2 writes to _allocatorMethod
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (2)
29_allocatorMethod = &ThrowTargetException; 33_allocatorMethod = (delegate*<nint, object>)RuntimeAugments.GetAllocateObjectHelperForType(declaringTypeHandle);
3 references to _allocatorMethod
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (3)
96object thisObject = RawCalliHelper.Call<object>(_allocatorMethod, _declaringTypeHandle.Value); 109object thisObject = RawCalliHelper.Call(_allocatorMethod, _declaringTypeHandle.Value); 116object thisObject = RawCalliHelper.Call(_allocatorMethod, _declaringTypeHandle.Value);