5 overrides of Invoke
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
24
protected sealed override object?
Invoke
(object? thisObject, object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException) =>
System\Reflection\Runtime\MethodInfos\OpenMethodInvoker.cs (1)
17
protected sealed override object?
Invoke
(object? thisObject, object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
44
protected sealed override object?
Invoke
(object? thisObject, object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs (1)
21
protected sealed override object?
Invoke
(object? thisObject, object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
49
protected sealed override object?
Invoke
(object? thisObject, object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
1 reference to Invoke
System.Private.CoreLib (1)
Internal\Reflection\Core\Execution\MethodBaseInvoker.cs (1)
28
object? result =
Invoke
(thisObject, arguments, binderBundle, wrapInTargetInvocationException);