3 writes to _channel
mscorlib (3)
system\runtime\remoting\configuration.cs (3)
1743_channel = null; 1760_channel = (IChannelSender)RemotingConfigHandler.CreateChannelFromConfigEntry(_entry); 1776_channel = null;
4 references to _channel
mscorlib (4)
system\runtime\remoting\configuration.cs (4)
1756if (_channel == null) 1765return _channel; 1771Contract.Assert(_channel != null, "channel shouldn't be null"); 1774ChannelServices.RegisterChannel(_channel, _ensureSecurity);