1 instantiation of ConnectionCache
System.Runtime.Remoting (1)
channels\ipc\ipcclientchannel.cs (1)
247
private ConnectionCache portCache = new
ConnectionCache
();
2 references to ConnectionCache
System.Runtime.Remoting (2)
channels\ipc\ipcclientchannel.cs (2)
247
private
ConnectionCache
portCache = new ConnectionCache();
273
internal
ConnectionCache
Cache { get { return portCache; } }