1 write to s_userPropertyMappingTableByProperty
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
36
s_userPropertyMappingTableByProperty
= new Hashtable();
4 references to s_userPropertyMappingTableByProperty
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
82
byPropertyTables.Add(
s_userPropertyMappingTableByProperty
);
102
byPropertyTables.Add(
s_userPropertyMappingTableByProperty
);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
88
propertyMappingTableByProperty =
s_userPropertyMappingTableByProperty
;
236
propertyMappingTableByProperty =
s_userPropertyMappingTableByProperty
;