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)
50
get { return
_position
; }
60
_inner.Position = _innerOffset +
_position
;
68
if (_inner.Position != _innerOffset +
_position
)
95
var toRead = Math.Min(count, _length -
_position
);
108
var toRead = (int)Math.Min(buffer.Length, _length -
_position
);