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)
880
writer.WriteString(element.
_text
);
884
System.Diagnostics.Debug.Assert(element.
_text
!= null, "All SsmlMarkup elements should have a text value");
885
writer.WriteRaw(element.
_text
);
918
if (element.
_text
!= null)
920
writer.WriteString(element.
_text
);