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