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)
257if (_currentSegment.Length - bytes < _position) 284var bytes = _position + _advancedBytesForChunk + _pipeWriter.UnflushedBytes + _completedSegmentsByteCount; 394var segment = _currentSegment.Slice(0, _position); 715return _currentSegment.Slice(_position); 722var remainingSize = _currentSegment.Length - _position; 748_completedSegments.Add(new CompletedBuffer(_currentSegmentOwner, _currentSegment, _position)); 749_completedSegmentsByteCount += _position;