1 write to s_groupPropertyMappingTableByProperty
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
39
s_groupPropertyMappingTableByProperty
= new Hashtable();
4 references to s_groupPropertyMappingTableByProperty
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
94
byPropertyTables.Add(
s_groupPropertyMappingTableByProperty
);
104
byPropertyTables.Add(
s_groupPropertyMappingTableByProperty
);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
92
propertyMappingTableByProperty =
s_groupPropertyMappingTableByProperty
;
240
propertyMappingTableByProperty =
s_groupPropertyMappingTableByProperty
;