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)
257if (_currentSegment.Length - bytes < _position) 393if (!_currentSegment.IsEmpty) 397var segment = _currentSegment.Slice(0, _position); 719return _currentSegment.Slice(_position); 726var remainingSize = _currentSegment.Length - _position; 741if (_currentSegment.Length != 0) 752_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position));