1 write to _next
System.Runtime.Remoting (1)
metadata\sdlchannelsink.cs (1)
84
set {
_next
= value; }
3 references to _next
System.Runtime.Remoting (3)
metadata\sdlchannelsink.cs (3)
70
if (
_next
!= null)
71
nextSink =
_next
.CreateSink(channel);
82
get { return
_next
; }