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)
200
return
_audioFormats
;