4 writes to _text
System.Speech (4)
Synthesis\Prompt.cs (4)
22
_text
= promptBuilder.ToXml();
35
_text
= textToSpeak;
59
_text
= reader.ReadToEnd();
71
_text
= promptFile.ToString();
4 references to _text
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
180
text = RemoveEscapeString(e.Prompt.
_text
, e.CharacterPosition, length, out length);
185
text = e.Prompt.
_text
.Substring(e.CharacterPosition, e.CharacterCount);
1635
Speak(prompt.
_text
, prompt, false);
1640
Speak(prompt.
_text
, prompt, true);