2 writes to _subsetMatching
System.Speech (2)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (2)
30
_subsetMatching
= subsetMatching;
51
_subsetMatching
= subsetMatching;
4 references to _subsetMatching
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);
103
if (
_subsetMatching
)