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)
96
object thisObject = RawCalliHelper.Call<object>(
_allocatorMethod
, _declaringTypeHandle.Value);
109
object thisObject = RawCalliHelper.Call(
_allocatorMethod
, _declaringTypeHandle.Value);
116
object thisObject = RawCalliHelper.Call(
_allocatorMethod
, _declaringTypeHandle.Value);