5 writes to _matchMode
System.Speech (5)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (5)
34_matchMode = MatchMode.OrderedSubset; 37_matchMode = MatchMode.OrderedSubsetContentRequired; 40_matchMode = MatchMode.Subsequence; 43_matchMode = MatchMode.SubsequenceContentRequired; 52_matchMode = matchMode;
4 references to _matchMode
System.Speech (4)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (4)
64return _phrase == refObj._phrase && _matchMode == refObj._matchMode && _subsetMatching == refObj._subsetMatching; 77return new GrammarBuilderPhrase(_phrase, _subsetMatching, _matchMode); 106return elementFactory.CreateSubset(parent, _phrase, _matchMode);