Ejemplo n.º 1
0
 // This function is called by GCs that move object to update all
 // object references contained in non-objects (i.e. unsafe structs).
 internal static void UpdateAfterGC(Thread currentThread)
 {
     Processor.UpdateAfterGC(currentThread);
 }