1 write to _nextSink
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
118
_nextSink
= nextSink;
4 references to _nextSink
System.Runtime.Remoting (4)
channels\sinks\soapformattersinks.cs (4)
165
_nextSink
.ProcessMessage(msg, headers, requestStream,
198
_nextSink
.AsyncProcessRequest(sinkStack, msg, headers, requestStream);
237
stream =
_nextSink
.GetRequestStream(mcm, headers);
340
get { return
_nextSink
; }