1 write to ReadAsyncCounter
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
TestHelpers\ObservablePipeReader.cs (1)
39ReadAsyncCounter++;
3 references to ReadAsyncCounter
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
TlsListenerMiddlewareTests.cs (3)
98Assert.True(reader.ReadAsyncCounter is >= 2 && reader.ReadAsyncCounter is <= 4, 99$"Expected ReadAsync() to happen about 2-4 times. Actually happened {reader.ReadAsyncCounter} times.");