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