2 references to FactoryService
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (2)
AcceptanceTest.cs (1)
71return new FactoryService(sp.GetService<IFakeService>()!, sp.GetService<IFactoryServiceCounter>()!);
AcceptanceTest.Keyed.cs (1)
52return new FactoryService(sp.GetKeyedService<IFakeService>(sk)!, sp.GetRequiredService<IFactoryServiceCounter>());