2 writes to _completedSegmentsByteCount
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1OutputProducer.cs (2)
388_completedSegmentsByteCount = 0; 749_completedSegmentsByteCount += _position;
1 reference to _completedSegmentsByteCount
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1OutputProducer.cs (1)
284var bytes = _position + _advancedBytesForChunk + _pipeWriter.UnflushedBytes + _completedSegmentsByteCount;