3 writes to _bytesLeft
System.Runtime.Remoting (3)
channels\tcp\tcpstreams.cs (3)
80_bytesLeft = contentLength; 103_bytesLeft -= readCount; 113_bytesLeft -= 1;
4 references to _bytesLeft
System.Runtime.Remoting (4)
channels\tcp\tcpstreams.cs (4)
83public override bool FoundEnd { get { return _bytesLeft == 0; } } 98if (_bytesLeft == 0) 101int readCount = _inputStream.Read(buffer, offset, Math.Min(_bytesLeft, count)); 110if (_bytesLeft == 0)