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)
310int readCount = _inputStream.Read(buffer, offset, Math.Min(_bytesLeft, count)); 323return _inputStream.ReadByte();