2 writes to _prosody
System.Speech (2)
Synthesis\TTSEngine\TTSEngineTypes.cs (2)
221
[DisallowNull] public Prosody? Prosody { get { return _prosody; } internal set { ArgumentNullException.ThrowIfNull(value);
_prosody
= value; } }
236
_prosody
= prosody;
1 reference to _prosody
System.Speech (1)
Synthesis\TTSEngine\TTSEngineTypes.cs (1)
221
[DisallowNull] public Prosody? Prosody { get { return
_prosody
; } internal set { ArgumentNullException.ThrowIfNull(value); _prosody = value; } }