1 write to _next
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
101set { _next = value; }
3 references to _next
System.Runtime.Remoting (3)
channels\sinks\binaryformattersinks.cs (3)
80if (_next != null) 82nextSink = _next.CreateSink(channel, url, remoteChannelData); 99get { return _next; }