8 references to _connections
System.Runtime.Remoting (8)
channels\ipc\portcache.cs (8)
69
lock (
_connections
)
71
foreach (DictionaryEntry entry in
_connections
)
93
lock (
_connections
)
115
connection = (PortConnection)
_connections
[portName];
125
_connections
.Remove(portName);
134
PortConnection connection = (PortConnection)
_connections
[portName];
137
lock(
_connections
)
139
_connections
[portName] = new PortConnection(port);