1 write to _action
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
18_action = action;
2 references to _action
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (2)
51result = _action(thisObject, convertedArguments, _thisType); 101return _action(args[0], arguments, _thisType);