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)
135if (_dataWritten > 1024 * 32) 137_connectionPair.Application.Output.WriteWindowUpdateAsync(streamId: 0, _dataWritten, _sendHttpFrame);