7 instantiations of GrammarBuilderPhrase
System.Speech (7)
Internal\GrammarBuilding\BuilderElements.cs (1)
130_items.Add(new GrammarBuilderPhrase(phrase));
Internal\GrammarBuilding\GrammarBuilderPhrase.cs (1)
77return new GrammarBuilderPhrase(_phrase, _subsetMatching, _matchMode);
Internal\GrammarBuilding\SemanticKeyElement.cs (1)
52_ruleRef.Add(new GrammarBuilderPhrase(phrase));
Recognition\GrammarBuilder.cs (3)
79AddItem(new GrammarBuilderPhrase(phrase)); 87AddItem(new GrammarBuilderPhrase(phrase, subsetMatchingCriteria)); 96GrammarBuilderPhrase 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)
60if (obj is not GrammarBuilderPhrase refObj)
Recognition\GrammarBuilder.cs (1)
96GrammarBuilderPhrase elementPhrase = new(phrase);