6 references to s_propertyMappingTableRaw
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (6)
53for (int i = 0; i < s_propertyMappingTableRaw.GetLength(0); i++) 55string propertyName = s_propertyMappingTableRaw[i, 0] as string; 56Type principalType = s_propertyMappingTableRaw[i, 1] as Type; 57string winNTAttribute = s_propertyMappingTableRaw[i, 2] as string; 58FromWinNTConverterDelegate fromWinNT = s_propertyMappingTableRaw[i, 3] as FromWinNTConverterDelegate; 59ToWinNTConverterDelegate toWinNT = s_propertyMappingTableRaw[i, 4] as ToWinNTConverterDelegate;