2 writes to _bytesCommitted
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
src\Shared\ServerInfrastructure\BufferWriter.cs (2)
44_bytesCommitted = 0; 69_bytesCommitted += buffered;
1 reference to _bytesCommitted
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\ServerInfrastructure\BufferWriter.cs (1)
57public readonly long BytesCommitted => _bytesCommitted;