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