1 write to TypeToLdapPropListMap
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
108
TypeToLdapPropListMap
= new Dictionary<int, Dictionary<Type, StringCollection>>();
6 references to TypeToLdapPropListMap
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
107
if (null ==
TypeToLdapPropListMap
)
271
TypeToLdapPropListMap
.Add(mappingIndex, TypeToLdapDict);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (4)
47
if (
TypeToLdapPropListMap
[this.MappingTableIndex].TryGetValue(p, out StringCollection value))
81
foreach (string s in
TypeToLdapPropListMap
[this.MappingTableIndex][baseType])
1014
lock (
TypeToLdapPropListMap
)
1016
TypeToLdapPropListMap
[MappingTableIndex].TryAdd(principalType, propertySet);