1 write to _thisType
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
20
_thisType
= thisType;
5 references to _thisType
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (5)
37
ValidateThis(thisObject,
_thisType
.TypeHandle);
51
result = _action(thisObject, convertedArguments,
_thisType
);
83
if (
_thisType
.IsConstructedGenericType &&
_thisType
.GetGenericTypeDefinition() == typeof(Nullable<>))
101
return _action(args[0], arguments,
_thisType
);