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