1 write to _next
System.Runtime.Remoting (1)
channels\sinks\binaryformattersinks.cs (1)
387set { _next = value; }
3 references to _next
System.Runtime.Remoting (3)
channels\sinks\binaryformattersinks.cs (3)
364if (_next != null) 365nextSink = _next.CreateSink(channel); 385get { return _next; }