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