1 write to _inputStream
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
288
_inputStream
= inputStream;
2 references to _inputStream
System.Runtime.Remoting (2)
channels\http\httpstreams.cs (2)
310
int readCount =
_inputStream
.Read(buffer, offset, Math.Min(_bytesLeft, count));
323
return
_inputStream
.ReadByte();