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)
64
return _phrase == refObj._phrase &&
_matchMode
== refObj.
_matchMode
&& _subsetMatching == refObj._subsetMatching;
77
return new GrammarBuilderPhrase(_phrase, _subsetMatching,
_matchMode
);
106
return elementFactory.CreateSubset(parent, _phrase,
_matchMode
);