1 write to s_propertyMappingTableByProperty
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
99s_propertyMappingTableByProperty = new Hashtable();
4 references to s_propertyMappingTableByProperty
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
98if (null == s_propertyMappingTableByProperty) 180s_propertyMappingTableByProperty.Add(mappingIndex, mappingTableByProperty); 2571return ((Hashtable)s_propertyMappingTableByProperty[this.MappingTableIndex]).Contains(propertyName);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
184Hashtable mappingTableByProp = (Hashtable)s_propertyMappingTableByProperty[this.MappingTableIndex];