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)
146
if (
_remainingBytes
== 0) {
207
&& ((bytesRead == 0 && _count != 0) ||
_remainingBytes
== 0)) {
232
while (count > 0 &&
_remainingBytes
!= 0) {
255
&& ((bytesRead == 0 && count != 0) ||
_remainingBytes
== 0)) {