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