4 references to s_filterPropertiesTableRaw
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (4)
223
for (int i = 0; i <
s_filterPropertiesTableRaw
.GetLength(0); i++)
225
Type qbeType =
s_filterPropertiesTableRaw
[i, 0] as Type;
226
string winNTPropertyName =
s_filterPropertiesTableRaw
[i, 1] as string;
227
MatcherDelegate f =
s_filterPropertiesTableRaw
[i, 2] as MatcherDelegate;