5 overrides of CreateInstance
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
67
protected internal sealed override object
CreateInstance
(Span<object?> arguments)
System\Reflection\Runtime\MethodInfos\OpenMethodInvoker.cs (1)
27
protected internal sealed override object
CreateInstance
(Span<object?> arguments)
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
107
protected sealed override object
CreateInstance
(Span<object?> arguments)
Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs (1)
61
protected sealed override object
CreateInstance
(Span<object?> arguments)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
120
protected sealed override object
CreateInstance
(Span<object?> arguments)
1 reference to CreateInstance
System.Private.CoreLib (1)
System\Reflection\ConstructorInvoker.cs (1)
115
object result = _methodBaseInvoker.
CreateInstance
(arguments);