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)
57
public readonly long BytesCommitted =>
_bytesCommitted
;