5 overrides of CreateInstance
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
60
protected sealed override object
CreateInstance
(object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
System\Reflection\Runtime\MethodInfos\OpenMethodInvoker.cs (1)
22
protected sealed override object
CreateInstance
(object?[]? arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
94
protected sealed override object
CreateInstance
(object[] arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs (1)
56
protected sealed override object
CreateInstance
(object[] arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
115
protected sealed override object
CreateInstance
(object[] arguments, BinderBundle binderBundle, bool wrapInTargetInvocationException)
1 reference to CreateInstance
System.Private.CoreLib (1)
Internal\Reflection\Core\Execution\MethodBaseInvoker.cs (1)
38
object result =
CreateInstance
(arguments, binderBundle, wrapInTargetInvocationException);