2 instantiations of PortConnection
System.Runtime.Remoting (2)
channels\ipc\portcache.cs (2)
119connection = new PortConnection(IpcPort.Connect(portName, secure, level, timeout)); 139_connections[portName] = new PortConnection(port);
6 references to PortConnection
System.Runtime.Remoting (6)
channels\ipc\portcache.cs (6)
73PortConnection connection = (PortConnection)entry.Value; 92PortConnection connection = null; 115connection = (PortConnection)_connections[portName]; 134PortConnection connection = (PortConnection)_connections[portName];