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)
51
result =
_action
(thisObject, convertedArguments, _thisType);
101
return
_action
(args[0], arguments, _thisType);