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)
83
public override bool FoundEnd { get { return
_bytesLeft
== 0; } }
98
if (
_bytesLeft
== 0)
101
int readCount = _inputStream.Read(buffer, offset, Math.Min(
_bytesLeft
, count));
110
if (
_bytesLeft
== 0)