1 write to s_userPropertyMappingTableByWinNT
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
37
s_userPropertyMappingTableByWinNT
= new Hashtable();
3 references to s_userPropertyMappingTableByWinNT
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
83
byWinNTTables.Add(
s_userPropertyMappingTableByWinNT
);
106
byWinNTTables.Add(
s_userPropertyMappingTableByWinNT
);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
294
propertyMappingTableByWinNT =
s_userPropertyMappingTableByWinNT
;