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