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