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)
64
return
_phrase
== refObj.
_phrase
&& _matchMode == refObj._matchMode && _subsetMatching == refObj._subsetMatching;
68
return
_phrase
.GetHashCode();
77
return new GrammarBuilderPhrase(
_phrase
, _subsetMatching, _matchMode);
93
return "'" +
_phrase
+ "'";
106
return elementFactory.CreateSubset(parent,
_phrase
, _matchMode);
112
XmlParser.ParseText(parent,
_phrase
, null, null, -1f, new CreateTokenCallback(elementFactory.CreateToken));
117
return elementFactory.CreateText(parent,
_phrase
);