1 write to _matchType
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (1)
682
_matchType
= matchType;
3 references to _matchType
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (3)
772
return (
_matchType
== MatchType.NotEquals) ? true : false;
777
switch (
_matchType
)
798
Debug.Fail("FindByDateMatcher.TestForMatch: Fell off end looking for matchType=" +
_matchType
.ToString());