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)
372if (_bytesLeft == 0) 404_bytesLeft = (_bytesLeft * 16) + value; 408if (_bytesLeft == 0) 423int readCount = Math.Min(_bytesLeft, count); 438if (_bytesLeft == 0)