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)
44
return
_responseStream
;
75
if (
_responseStream
!= null)
77
_responseStream
.ReadToEnd();