1 write to TimesCalled
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\EnricherWithCounter.cs (1)
15=> TimesCalled++;
2 references to TimesCalled
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\AcceptanceTests.cs (2)
56Assert.Equal(1, testEnricher.TimesCalled); 123enricher1!.TimesCalled.Should().Be(1);