1 write to _next
System.Runtime.Remoting (1)
channels\sinks\soapformattersinks.cs (1)
438set { _next = value; }
3 references to _next
System.Runtime.Remoting (3)
channels\sinks\soapformattersinks.cs (3)
415if (_next != null) 416nextSink = _next.CreateSink(channel); 436get { return _next; }