1 implementation of IFakeOpenGenericCounter
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (1)
Helpers\InstanceCreatingCounter.cs (1)
6public class InstanceCreatingCounter : IFactoryServiceCounter, IFakeServiceCounter, IFakeMultipleCounter, IFakeOpenGenericCounter
5 references to IFakeOpenGenericCounter
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (5)
AcceptanceTest.cs (2)
414.AddSingleton<IFakeOpenGenericCounter>(fakeOpenGenericCount) 436.AddSingleton<IFakeOpenGenericCounter>(fakeOpenGenericCount)
AcceptanceTest.Keyed.cs (2)
392.AddSingleton<IFakeOpenGenericCounter>(fakeOpenGenericCount) 415.AddSingleton<IFakeOpenGenericCounter>(fakeOpenGenericCount)
Fakes\FakeOpenGenericService.cs (1)
10public FakeOpenGenericService(IFakeOpenGenericCounter count)