1 write to s_computerPropertyMappingTableByWinNT
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
43
s_computerPropertyMappingTableByWinNT
= new Hashtable();
3 references to s_computerPropertyMappingTableByWinNT
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
89
byWinNTTables.Add(
s_computerPropertyMappingTableByWinNT
);
107
byWinNTTables.Add(
s_computerPropertyMappingTableByWinNT
);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
303
propertyMappingTableByWinNT =
s_computerPropertyMappingTableByWinNT
;