1 write to _next
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
102
set {
_next
= value; }
3 references to _next
System.Runtime.Remoting (3)
channels\sinks\soapformattersinks.cs (3)
81
if (
_next
!= null)
83
nextSink =
_next
.CreateSink(channel, url, remoteChannelData);
100
get { return
_next
; }