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