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; } }