3 writes to _position
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
262
_position
+= bytes;
406
_position
= 0;
774
_position
= 0;
7 references to _position
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1OutputProducer.cs (7)
257
if (_currentSegment.Length - bytes <
_position
)
284
var bytes =
_position
+ _advancedBytesForChunk + _pipeWriter.UnflushedBytes + _completedSegmentsByteCount;
394
var segment = _currentSegment.Slice(0,
_position
);
715
return _currentSegment.Slice(
_position
);
722
var remainingSize = _currentSegment.Length -
_position
;
748
_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment,
_position
));
749
_completedSegmentsByteCount +=
_position
;