2 writes to _responseStream
System.Runtime.Remoting (2)
channels\ipc\ipcclientmanager.cs (2)
43_responseStream = new TcpFixedLengthReadingStream(this, _contentLength); 78_responseStream = null;
3 references to _responseStream
System.Runtime.Remoting (3)
channels\ipc\ipcclientmanager.cs (3)
44return _responseStream; 75if (_responseStream != null) 77_responseStream.ReadToEnd();