Base:
3 references to Length
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
528Log.ReceivedBytes(_logger, connection.ApplicationStream.Length);
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
608Assert.Equal(0, connection.ApplicationStream.Length); 614Assert.Equal(0, connection.ApplicationStream.Length);