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