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