1 write to s_propertyMappingTableByLDAP
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
102s_propertyMappingTableByLDAP = new Hashtable();
3 references to s_propertyMappingTableByLDAP
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
101if (null == s_propertyMappingTableByLDAP) 181s_propertyMappingTableByLDAP.Add(mappingIndex, mappingTableByLDAP);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
411Hashtable ldapMappingTable = (Hashtable)s_propertyMappingTableByLDAP[this.MappingTableIndex];