1 write to _writeCount
Microsoft.AspNetCore.HttpLogging.Tests (1)
TestW3CLoggerProcessor.cs (1)
35
_writeCount
++;
2 references to _writeCount
Microsoft.AspNetCore.HttpLogging.Tests (2)
TestW3CLoggerProcessor.cs (2)
36
if (_tcs != null &&
_writeCount
>= _expectedWrites)
47
if (
_writeCount
>= numWrites)