4 references to FakeOpenGenericService
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (4)
AcceptanceTest.cs (2)
417.AddSingleton(typeof(IFakeOpenGenericService<>), typeof(FakeOpenGenericService<>)) 439.AddSingleton<IFakeOpenGenericService<PocoClass>, FakeOpenGenericService<PocoClass>>()
AcceptanceTest.Keyed.cs (2)
395.AddKeyedSingleton(typeof(IFakeOpenGenericService<>), serviceKey, typeof(FakeOpenGenericService<>)) 418.AddKeyedSingleton<IFakeOpenGenericService<PocoClass>, FakeOpenGenericService<PocoClass>>(serviceKey)