1 write to _declaringTypeHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
20
_declaringTypeHandle
= declaringTypeHandle;
4 references to _declaringTypeHandle
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (4)
55
ValidateThis(thisObject,
_declaringTypeHandle
);
84
ValidateThis(thisObject,
_declaringTypeHandle
);
103
ValidateThis(thisObject,
_declaringTypeHandle
);
141
if (RuntimeAugments.IsInterface(
_declaringTypeHandle
))