7 references to ChannelSink
mscorlib (7)
system\runtime\remoting\channelservices.cs (1)
460sink = idObj.ChannelSink;
system\runtime\remoting\remotingproxy.cs (3)
280if (idObj.ChannelSink == null) 298if(idObj.ChannelSink == null) 347nextSink = idObj.ChannelSink;
system\runtime\remoting\remotingservices.cs (2)
990|| idObj.ChannelSink == null || idObj.EnvoyChain == null) 1694if (null == idObj.ChannelSink)
system\runtime\remoting\terminatorsinks.cs (1)
474return id.ChannelSink;