3 writes to _bytesLeft
System.Runtime.Remoting (3)
channels\http\httpstreams.cs (3)
289_bytesLeft = contentLength; 312_bytesLeft -= readCount; 322_bytesLeft -= 1;
4 references to _bytesLeft
System.Runtime.Remoting (4)
channels\http\httpstreams.cs (4)
293public override bool FoundEnd { get { return _bytesLeft == 0; } } 307if (_bytesLeft == 0) 310int readCount = _inputStream.Read(buffer, offset, Math.Min(_bytesLeft, count)); 319if (_bytesLeft == 0)