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