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