3 writes to _bytesLeft
System.Runtime.Remoting (3)
channels\tcp\tcpstreams.cs (3)
134_bytesLeft = 0; 158_bytesLeft = _inputStream.ReadInt32(); 178_bytesLeft -= bytesReadThisTime;
4 references to _bytesLeft
System.Runtime.Remoting (4)
channels\tcp\tcpstreams.cs (4)
156if (_bytesLeft == 0) 160if (_bytesLeft == 0) 169int readCount = Math.Min(_bytesLeft, count); 184if (_bytesLeft == 0)