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)
180text = RemoveEscapeString(e.Prompt._text, e.CharacterPosition, length, out length); 185text = e.Prompt._text.Substring(e.CharacterPosition, e.CharacterCount); 1635Speak(prompt._text, prompt, false); 1640Speak(prompt._text, prompt, true);