3 writes to _remainingBytes
System.Web (3)
HttpBufferlessInputStream.cs (3)
55_remainingBytes = (contentLength > 0) ? contentLength : Int32.MaxValue; 290_remainingBytes = 0; 304_remainingBytes -= bytesRead;
4 references to _remainingBytes
System.Web (4)
HttpBufferlessInputStream.cs (4)
146if (_remainingBytes == 0) { 207&& ((bytesRead == 0 && _count != 0) || _remainingBytes == 0)) { 232while (count > 0 && _remainingBytes != 0) { 255&& ((bytesRead == 0 && count != 0) || _remainingBytes == 0)) {