1 write to action
System.Private.CoreLib (1)
src\System\GC.CoreCLR.cs (1)
712pWorkItem->action = GCHandle.Alloc(callback);
3 references to action
System.Private.CoreLib (3)
src\System\GC.CoreCLR.cs (3)
742((Action)(pWorkItem->action.Target!))(); 748if (pWorkItem->action.IsAllocated) 749pWorkItem->action.Free();