4 writes to _currentSegment
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1OutputProducer.cs (4)
453
_currentSegment
= default;
761
_currentSegment
= owner.Memory;
769
_currentSegment
= owner.Memory;
774
_currentSegment
= new byte[sizeHint];
7 references to _currentSegment
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1OutputProducer.cs (7)
257
if (
_currentSegment
.Length - bytes < _position)
393
if (!
_currentSegment
.IsEmpty)
397
var segment =
_currentSegment
.Slice(0, _position);
719
return
_currentSegment
.Slice(_position);
726
var remainingSize =
_currentSegment
.Length - _position;
741
if (
_currentSegment
.Length != 0)
752
_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner,
_currentSegment
, _position));