1 write to _valueToMatch
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (1)
683_valueToMatch = value;
6 references to _valueToMatch
System.DirectoryServices.AccountManagement (6)
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (6)
780return (storeValue == _valueToMatch); 783return (storeValue != _valueToMatch); 786return (storeValue > _valueToMatch); 789return (storeValue >= _valueToMatch); 792return (storeValue < _valueToMatch); 795return (storeValue <= _valueToMatch);