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