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)
TlsListenerTests.cs (3)
157Assert.True(reader.ReadAsyncCounter is >= 2 && reader.ReadAsyncCounter is <= 5, 158$"Expected ReadAsync() to happen about 2-5 times. Actually happened {reader.ReadAsyncCounter} times.");