3 references to RawCalliHelper
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);