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