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