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)
451ConstructorInvoker invoker = ConstructorInvoker.Create(constructor); 725public ConstructorInvoker? _invoker; 726public ConstructorInvoker Invoker 730_invoker ??= ConstructorInvoker.Create(Info); 923ConstructorInvoker invoker, 962ConstructorInvoker invoker, 979ConstructorInvoker invoker, 1114ConstructorInvoker invoker, 1141ConstructorInvoker 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\net11.0\System.Runtime.Forwards.cs (1)
455[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ConstructorInvoker))]