4 instantiations of TagElement
System.Speech (4)
Internal\GrammarBuilding\TagElement.cs (1)
62
TagElement 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)
38
if (obj is not
TagElement
refObj)
62
TagElement
tag = new(_value);
Recognition\SemanticResultValue.cs (2)
47
internal
TagElement
Tag
59
private
TagElement
_tag;