7 instantiations of GrammarBuilderPhrase
System.Speech (7)
Internal\GrammarBuilding\BuilderElements.cs (1)
130
_items.Add(new
GrammarBuilderPhrase
(phrase));
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (1)
77
return new
GrammarBuilderPhrase
(_phrase, _subsetMatching, _matchMode);
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
52
_ruleRef.Add(new
GrammarBuilderPhrase
(phrase));
Recognition\GrammarBuilder.cs (3)
79
AddItem(new
GrammarBuilderPhrase
(phrase));
87
AddItem(new
GrammarBuilderPhrase
(phrase, subsetMatchingCriteria));
96
GrammarBuilderPhrase elementPhrase =
new
(phrase);
Recognition\SemanticResultValue.cs (1)
25
_tag = new TagElement(new
GrammarBuilderPhrase
(phrase), value);
2 references to GrammarBuilderPhrase
System.Speech (2)
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (1)
60
if (obj is not
GrammarBuilderPhrase
refObj)
Recognition\GrammarBuilder.cs (1)
96
GrammarBuilderPhrase
elementPhrase = new(phrase);