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)
74if (targetWaveFormat == null && _waveFormat == null) 85if (targetWaveFormat == null && _waveFormat != null) 87return _waveFormat; 91if (_waveFormat == null || !Array.Equals(targetWaveFormat, _waveFormat)) 124return _waveFormat;