1 write to _textToSpeak
System.Speech (1)
Internal\Synthesis\VoiceSynthesis.cs (1)
1730
_textToSpeak
= textToSpeak;
4 references to _textToSpeak
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
759
if (paramSpeak.
_textToSpeak
!= null)
767
TextFragment textFragment = new(fragmentState, paramSpeak.
_textToSpeak
);
772
TextFragmentEngine engine = new(speakInfo, paramSpeak.
_textToSpeak
, _pexml, _resourceLoader, lexicons);
773
SsmlParser.Parse(paramSpeak.
_textToSpeak
, engine, speakInfo.Voice);