6 references to _connections
System.Runtime.Remoting (6)
channels\core\socketcache.cs (6)
382lock (_connections) 384foreach (DictionaryEntry entry in _connections) 413RemoteConnection connection = (RemoteConnection)_connections[machinePortAndSid]; 420lock (_connections) 422_connections[machinePortAndSid] = connection; 431RemoteConnection connection = (RemoteConnection)_connections[machinePortAndSid];