6 references to _connCache
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\Context.cs (6)
164if (!_connCache.Contains(index)) 168if (!_connCache.Contains(index)) 192_connCache.Add(index, current); 196current = (LdapConnection)_connCache[index]; 202current = (LdapConnection)_connCache[index]; 343foreach (LdapConnection connection in _connCache.Values)