5 references to Invoke
System.Private.CoreLib (1)
System\Delegate.cs (1)
250
object? result = dynamicInvokeInfo.
Invoke
(_firstParameter, _functionPointer,
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (2)
51
object? result = MethodInvokeInfo.
Invoke
(
97
MethodInvokeInfo.
Invoke
(
Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs (1)
23
object? result = MethodInvokeInfo.
Invoke
(
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
67
object? result = MethodInvokeInfo.
Invoke
(