1 write to _position
System.Web (1)
HttpBufferlessInputStream.cs (1)
303
_position
+= bytesRead;
7 references to _position
System.Web (7)
HttpBufferlessInputStream.cs (7)
107
return
_position
;
267
if (
_position
== 0) {
276
preloadedRemaining = preloadedContent.Length - (int)
_position
;
278
Buffer.BlockCopy(preloadedContent, (int)
_position
, buffer, offset, bytesRead);
281
_rawContent.AddBytes(preloadedContent, (int)
_position
, bytesRead);
306
if (_length <
_position
)
307
_length =
_position
;