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