1 write to _nextSink
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
118
_nextSink
= nextSink;
4 references to _nextSink
System.Runtime.Remoting (4)
channels\sinks\binaryformattersinks.cs (4)
159
_nextSink
.ProcessMessage(msg, headers, requestStream,
192
_nextSink
.AsyncProcessRequest(sinkStack, msg, headers, requestStream);
218
stream =
_nextSink
.GetRequestStream(msg, headers);
287
get { return
_nextSink
; }