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)
455ConstructorInvoker invoker = ConstructorInvoker.Create(constructor); 729public ConstructorInvoker? _invoker; 730public ConstructorInvoker Invoker 734_invoker ??= ConstructorInvoker.Create(Info); 927ConstructorInvoker invoker, 967ConstructorInvoker invoker, 985ConstructorInvoker invoker, 1121ConstructorInvoker invoker, 1149ConstructorInvoker 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\net9.0\System.Runtime.Forwards.cs (1)
447[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ConstructorInvoker))]