2 writes to _waveFormat
System.Speech (2)
Internal\Synthesis\TTSVoice.cs (2)
114
_waveFormat
= WAVEFORMATEX.ToBytes(waveFormat);
121
_waveFormat
= WAVEFORMATEX.Default.ToBytes();
6 references to _waveFormat
System.Speech (6)
Internal\Synthesis\TTSVoice.cs (6)
74
if (targetWaveFormat == null &&
_waveFormat
== null)
85
if (targetWaveFormat == null &&
_waveFormat
!= null)
87
return
_waveFormat
;
91
if (
_waveFormat
== null || !Array.Equals(targetWaveFormat,
_waveFormat
))
124
return
_waveFormat
;