2 writes to _matchMode
System.Speech (2)
Recognition\SrgsGrammar\SrgsSubset.cs (2)
31_matchMode = matchingMode; 53_matchMode = value;
4 references to _matchMode
System.Speech (4)
Recognition\SrgsGrammar\SrgsSubset.cs (4)
44return _matchMode; 80if (_matchMode != SubsetMatchingMode.Subsequence) 83switch (_matchMode) 123return _text + " [" + _matchMode.ToString() + "]";