4 instantiations of GCFrameRegistration
System.Private.CoreLib (4)
System\Reflection\DynamicInvokeInfo.cs (4)
411
GCFrameRegistration regArgStorage =
new
((void**)pStorage, (uint)argCount, areByRefs: false);
412
GCFrameRegistration regByRefStorage =
new
((void**)pByRefStorage, (uint)argCount, areByRefs: true);
460
GCFrameRegistration regArgStorage =
new
((void**)pStorage, (uint)argCount, areByRefs: false);
461
GCFrameRegistration regByRefStorage =
new
((void**)pByRefStorage, (uint)argCount, areByRefs: true);
6 references to GCFrameRegistration
System.Private.CoreLib (6)
System\Reflection\DynamicInvokeInfo.cs (4)
411
GCFrameRegistration
regArgStorage = new((void**)pStorage, (uint)argCount, areByRefs: false);
412
GCFrameRegistration
regByRefStorage = new((void**)pByRefStorage, (uint)argCount, areByRefs: true);
460
GCFrameRegistration
regArgStorage = new((void**)pStorage, (uint)argCount, areByRefs: false);
461
GCFrameRegistration
regByRefStorage = new((void**)pByRefStorage, (uint)argCount, areByRefs: true);
System\Runtime\RuntimeImports.cs (2)
642
internal static extern unsafe void RhRegisterForGCReporting(
GCFrameRegistration
* pRegistration);
646
internal static extern unsafe void RhUnregisterForGCReporting(
GCFrameRegistration
* pRegistration);