7 references to RegisteredChannels
mscorlib (3)
system\runtime\remoting\remotingservices.cs (3)
2382if (ChannelServices.RegisteredChannels.Length == 0) 2397if (ChannelServices.RegisteredChannels.Length == 0) 2437if (ChannelServices.RegisteredChannels.Length == 0)
System.Runtime.Remoting (4)
channels\http\combinedhttpchannel.cs (1)
101if (((IList)ChannelServices.RegisteredChannels).Contains(this))
channels\http\httpremotinghandler.cs (1)
126IChannel[] channels = ChannelServices.RegisteredChannels;
channels\ipc\ipcchannel.cs (1)
109if (((IList)ChannelServices.RegisteredChannels).Contains(this))
channels\tcp\combinedtcpchannel.cs (1)
101if (((IList)ChannelServices.RegisteredChannels).Contains(this))