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)
42ValidateThis(thisObject, _thisType.TypeHandle); 64result = _action(thisObject, convertedArguments, _thisType); 108if (_thisType.IsConstructedGenericType && _thisType.GetGenericTypeDefinition() == typeof(Nullable<>)) 126return _action(args[0], arguments, _thisType);