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