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