2 references to portCache
System.Runtime.Remoting (2)
channels\ipc\ipcclientchannel.cs (2)
273
internal ConnectionCache Cache { get { return
portCache
; } }
291
port =
portCache
.GetConnection(_portName, _channel.IsSecured, _tokenImpersonationLevel, _timeout);