3 writes to _position
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
262_position += bytes; 410_position = 0; 778_position = 0;
7 references to _position
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1OutputProducer.cs (7)
257if (_currentSegment.Length - bytes < _position) 284var bytes = _position + _advancedBytesForChunk + _pipeWriter.UnflushedBytes + _completedSegmentsByteCount; 397var segment = _currentSegment.Slice(0, _position); 719return _currentSegment.Slice(_position); 726var remainingSize = _currentSegment.Length - _position; 752_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position)); 753_completedSegmentsByteCount += _position;