1 write to _value
System.Speech (1)
Internal\GrammarBuilding\TagElement.cs (1)
18
_value
= value;
5 references to _value
System.Speech (5)
Internal\GrammarBuilding\TagElement.cs (5)
48
return
_value
.Equals(refObj.
_value
);
62
TagElement tag = new(
_value
);
88
tag.NameValue(parent, null,
_value
);
100
return base.DebugSummary + " {" +
_value
+ "}";