3 writes to _tag
System.Speech (3)
Recognition\SemanticResultValue.cs (3)
18
_tag
= new TagElement(value);
25
_tag
= new TagElement(new GrammarBuilderPhrase(phrase), value);
32
_tag
= new TagElement(builder.Clone(), value);
1 reference to _tag
System.Speech (1)
Recognition\SemanticResultValue.cs (1)
51
return
_tag
;