4 instantiations of TagElement
System.Speech (4)
Internal\GrammarBuilding\TagElement.cs (1)
62TagElement tag = new(_value);
Recognition\SemanticResultValue.cs (3)
18_tag = new TagElement(value); 25_tag = new TagElement(new GrammarBuilderPhrase(phrase), value); 32_tag = new TagElement(builder.Clone(), value);
4 references to TagElement
System.Speech (4)
Internal\GrammarBuilding\TagElement.cs (2)
38if (obj is not TagElement refObj) 62TagElement tag = new(_value);
Recognition\SemanticResultValue.cs (2)
47internal TagElement Tag 59private TagElement _tag;