2 writes to _phrase
System.Speech (2)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (2)
29_phrase = phrase; 50_phrase = phrase;
8 references to _phrase
System.Speech (8)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (8)
64return _phrase == refObj._phrase && _matchMode == refObj._matchMode && _subsetMatching == refObj._subsetMatching; 68return _phrase.GetHashCode(); 77return new GrammarBuilderPhrase(_phrase, _subsetMatching, _matchMode); 93return "'" + _phrase + "'"; 106return elementFactory.CreateSubset(parent, _phrase, _matchMode); 112XmlParser.ParseText(parent, _phrase, null, null, -1f, new CreateTokenCallback(elementFactory.CreateToken)); 117return elementFactory.CreateText(parent, _phrase);