1 write to _value
System.Speech (1)
Synthesis\PromptBuilder.cs (1)
1062
_value
= value;
2 references to _value
System.Speech (2)
Synthesis\PromptBuilder.cs (2)
908
writer.WriteAttributeString(attribute._key, attribute.
_value
);
912
writer.WriteAttributeString(attribute._namespace, attribute._key, null, attribute.
_value
);