1 write to _textToSpeak
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
177
public string TextToSpeak { get { return _textToSpeak; } set { Helpers.ThrowIfEmptyOrNull(value, nameof(value));
_textToSpeak
= value; } }
1 reference to _textToSpeak
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
177
public string TextToSpeak { get { return
_textToSpeak
; } set { Helpers.ThrowIfEmptyOrNull(value, nameof(value)); _textToSpeak = value; } }