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