4 references to new
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);