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)
772return (_matchType == MatchType.NotEquals) ? true : false; 777switch (_matchType) 798Debug.Fail("FindByDateMatcher.TestForMatch: Fell off end looking for matchType=" + _matchType.ToString());