1 implementation of Counter
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (1)
Helpers\AnotherFakeServiceCounter.cs (1)
8public int Counter { get; set; }
1 write to Counter
Microsoft.Extensions.DependencyInjection.AutoActivation.Tests (1)
Fakes\AnotherFakeService.cs (1)
12count.Counter += 1;