7 references to ValidateThis
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
37ValidateThis(thisObject, _thisType.TypeHandle);
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (3)
48ValidateThis(thisObject, _declaringTypeHandle); 66ValidateThis(thisObject, _declaringTypeHandle); 82ValidateThis(thisObject, _declaringTypeHandle);
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (3)
55ValidateThis(thisObject, _declaringTypeHandle); 84ValidateThis(thisObject, _declaringTypeHandle); 103ValidateThis(thisObject, _declaringTypeHandle);