1 write to _portName
System.Runtime.Remoting (1)
channels\ipc\ipcclientchannel.cs (1)
270
_portName
= simpleChannelUri.Substring(start);;
1 reference to _portName
System.Runtime.Remoting (1)
channels\ipc\ipcclientchannel.cs (1)
291
port = portCache.GetConnection(
_portName
, _channel.IsSecured, _tokenImpersonationLevel, _timeout);