1 write to _declaringTypeHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
23
_declaringTypeHandle
= declaringTypeHandle;
7 references to _declaringTypeHandle
System.Private.Reflection.Execution (7)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (7)
48
ValidateThis(thisObject,
_declaringTypeHandle
);
66
ValidateThis(thisObject,
_declaringTypeHandle
);
82
ValidateThis(thisObject,
_declaringTypeHandle
);
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);
137
new OpenMethodResolver(
_declaringTypeHandle
, MethodInvokeInfo.LdFtnResult, default(GCHandle), 0, resolveType).ToIntPtr(),