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