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