1 instantiation of ConstructorInvoker
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
58return new ConstructorInvoker(runtimeConstructor);
13 references to ConstructorInvoker
Microsoft.Extensions.DependencyInjection.Abstractions (10)
ActivatorUtilities.cs (10)
446ConstructorInvoker invoker = ConstructorInvoker.Create(constructor); 720public ConstructorInvoker? _invoker; 721public ConstructorInvoker Invoker 725_invoker ??= ConstructorInvoker.Create(Info); 918ConstructorInvoker invoker, 957ConstructorInvoker invoker, 974ConstructorInvoker invoker, 1109ConstructorInvoker invoker, 1136ConstructorInvoker invoker,
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
49public static ConstructorInvoker Create(ConstructorInfo constructor)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
25/// <seealso cref="ConstructorInvoker"/>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
450[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ConstructorInvoker))]