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)
156
if (
_bytesLeft
== 0)
160
if (
_bytesLeft
== 0)
169
int readCount = Math.Min(
_bytesLeft
, count);
184
if (
_bytesLeft
== 0)