1 write to _text
System.Speech (1)
Synthesis\PromptBuilder.cs (1)
1088_text = text;
5 references to _text
System.Speech (5)
Synthesis\PromptBuilder.cs (5)
880writer.WriteString(element._text); 884System.Diagnostics.Debug.Assert(element._text != null, "All SsmlMarkup elements should have a text value"); 885writer.WriteRaw(element._text); 918if (element._text != null) 920writer.WriteString(element._text);