3 writes to _bytesLeft
System.Runtime.Remoting (3)
channels\http\httpstreams.cs (3)
350
_bytesLeft
= 0;
404
_bytesLeft
= (_bytesLeft * 16) + value;
432
_bytesLeft
-= bytesReadThisTime;
5 references to _bytesLeft
System.Runtime.Remoting (5)
channels\http\httpstreams.cs (5)
372
if (
_bytesLeft
== 0)
404
_bytesLeft = (
_bytesLeft
* 16) + value;
408
if (
_bytesLeft
== 0)
423
int readCount = Math.Min(
_bytesLeft
, count);
438
if (
_bytesLeft
== 0)