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)
284
var bytes = _position + _advancedBytesForChunk + _pipeWriter.UnflushedBytes +
_completedSegmentsByteCount
;