2 instantiations of PortConnection
System.Runtime.Remoting (2)
channels\ipc\portcache.cs (2)
119
connection = 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)
73
PortConnection
connection = (
PortConnection
)entry.Value;
92
PortConnection
connection = null;
115
connection = (
PortConnection
)_connections[portName];
134
PortConnection
connection = (
PortConnection
)_connections[portName];