1 write to _requestStream
System.Runtime.Remoting (1)
channels\ipc\ipcmanager.cs (1)
46
_requestStream
= new TcpFixedLengthReadingStream(this, _contentLength);
1 reference to _requestStream
System.Runtime.Remoting (1)
channels\ipc\ipcmanager.cs (1)
47
return
_requestStream
;