1 write to s_computerPropertyMappingTableByProperty
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
42
s_computerPropertyMappingTableByProperty
= new Hashtable();
4 references to s_computerPropertyMappingTableByProperty
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (2)
88
byPropertyTables.Add(
s_computerPropertyMappingTableByProperty
);
103
byPropertyTables.Add(
s_computerPropertyMappingTableByProperty
);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
97
propertyMappingTableByProperty =
s_computerPropertyMappingTableByProperty
;
245
propertyMappingTableByProperty =
s_computerPropertyMappingTableByProperty
;