1 write to _inputStream
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
348_inputStream = inputStream;
6 references to _inputStream
System.Runtime.Remoting (6)
channels\http\httpstreams.cs (6)
377byte b = (byte)_inputStream.ReadByte(); 383if ((char)_inputStream.ReadByte() != '\n') 414trailerHeader = _inputStream.ReadToEndOfLine(); 424int bytesReadThisTime = _inputStream.Read(buffer, offset, readCount); 441char ch = (char)_inputStream.ReadByte(); 448ch = (char)_inputStream.ReadByte();