1 write to _outputStream
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
108_outputStream = outputStream;
7 references to _outputStream
System.Runtime.Remoting (7)
channels\http\httpstreams.cs (7)
127_outputStream.Write(_trailer, 0, _trailer.Length); 128_outputStream.Flush(); 143_outputStream.Flush(); 188_outputStream.Write(size, 0, size.Length); 193_outputStream.Write(_chunk, offset, count + 2); 197_outputStream.Write(buffer, offset, count); 198_outputStream.Write(_endChunk, 0, _endChunk.Length);