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)
48return _value.Equals(refObj._value); 62TagElement tag = new(_value); 88tag.NameValue(parent, null, _value); 100return base.DebugSummary + " {" + _value + "}";