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