2 references to CreateFactoryReflection
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ActivatorUtilities.cs (2)
286return CreateFactoryReflection(instanceType, argumentTypes); 318var factory = CreateFactoryReflection(typeof(T), argumentTypes);