1 write to s_propertyMappingTableByPropertyFull
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
105s_propertyMappingTableByPropertyFull = new Hashtable();
3 references to s_propertyMappingTableByPropertyFull
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
104if (null == s_propertyMappingTableByPropertyFull) 182s_propertyMappingTableByPropertyFull.Add(mappingIndex, mappingTableByPropertyFull);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
372Hashtable propertyMappingTable = (Hashtable)s_propertyMappingTableByPropertyFull[this.MappingTableIndex];