2 writes to _dataWritten
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http2\Http2ConnectionBenchmarkBase.cs (2)
132
_dataWritten
+= _receiveHttpFrame.DataPayloadLength;
140
_dataWritten
= 0;
2 references to _dataWritten
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http2\Http2ConnectionBenchmarkBase.cs (2)
135
if (
_dataWritten
> 1024 * 32)
137
_connectionPair.Application.Output.WriteWindowUpdateAsync(streamId: 0,
_dataWritten
, _sendHttpFrame);