3 writes to _position
Microsoft.AspNetCore.Http (3)
Internal\ReferenceReadStream.cs (3)
59_position = value; 97_position += read; 110_position += read;
5 references to _position
Microsoft.AspNetCore.Http (5)
Internal\ReferenceReadStream.cs (5)
50get { return _position; } 60_inner.Position = _innerOffset + _position; 68if (_inner.Position != _innerOffset + _position) 95var toRead = Math.Min(count, _length - _position); 108var toRead = (int)Math.Min(buffer.Length, _length - _position);