1 override of MappingTableIndex
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
49protected override int MappingTableIndex
8 references to MappingTableIndex
System.DirectoryServices.AccountManagement (8)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2571return ((Hashtable)s_propertyMappingTableByProperty[this.MappingTableIndex]).Contains(propertyName);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (3)
184Hashtable mappingTableByProp = (Hashtable)s_propertyMappingTableByProperty[this.MappingTableIndex]; 372Hashtable propertyMappingTable = (Hashtable)s_propertyMappingTableByPropertyFull[this.MappingTableIndex]; 411Hashtable ldapMappingTable = (Hashtable)s_propertyMappingTableByLDAP[this.MappingTableIndex];
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (4)
47if (TypeToLdapPropListMap[this.MappingTableIndex].TryGetValue(p, out StringCollection value)) 81foreach (string s in TypeToLdapPropListMap[this.MappingTableIndex][baseType]) 152Hashtable filterTable = (Hashtable)s_filterPropertiesTable[this.MappingTableIndex]; 1016TypeToLdapPropListMap[MappingTableIndex].TryAdd(principalType, propertySet);