1 write to s_groupPropertyMappingTableByWinNT
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
40
s_groupPropertyMappingTableByWinNT
= new Hashtable();
3 references to s_groupPropertyMappingTableByWinNT
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
95
byWinNTTables.Add(
s_groupPropertyMappingTableByWinNT
);
108
byWinNTTables.Add(
s_groupPropertyMappingTableByWinNT
);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
298
propertyMappingTableByWinNT =
s_groupPropertyMappingTableByWinNT
;