3 references to MatchType
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (3)
983
GlobalDebug.WriteLineIf(GlobalDebug.Info, "ADStoreCtx", "ExtensionCacheConverter match type " + kvp.Value.
MatchType
.ToString());
993
query.Append(ExtensionTypeConverter(kvp.Key, o.GetType(), o, kvp.Value.
MatchType
));
998
query.Append(ExtensionTypeConverter(kvp.Key, type, kvp.Value.Value, kvp.Value.
MatchType
));