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)
1756
if (
_channel
== null)
1765
return
_channel
;
1771
Contract.Assert(
_channel
!= null, "channel shouldn't be null");
1774
ChannelServices.RegisterChannel(
_channel
, _ensureSecurity);