2 writes to _audioFormats
System.Speech (2)
Synthesis\VoiceInfo.cs (2)
90_audioFormats = new ReadOnlyCollection<SpeechAudioFormatInfo>(SapiAttributeParser.GetAudioFormatsFromString(audioFormats)); 94_audioFormats = new ReadOnlyCollection<SpeechAudioFormatInfo>(new List<SpeechAudioFormatInfo>());
1 reference to _audioFormats
System.Speech (1)
Synthesis\VoiceInfo.cs (1)
200return _audioFormats;