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