1 write to _channel
System.Runtime.Remoting (1)
channels\ipc\ipcclientchannel.cs (1)
263
_channel
= channel;
2 references to _channel
System.Runtime.Remoting (2)
channels\ipc\ipcclientchannel.cs (2)
287
if (authSet && !
_channel
.IsSecured)
291
port = portCache.GetConnection(_portName,
_channel
.IsSecured, _tokenImpersonationLevel, _timeout);