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