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