2 writes to _supportedAudioFormats
System.Speech (2)
Recognition\RecognizerInfo.cs (2)
51_supportedAudioFormats = new ReadOnlyCollection<SpeechAudioFormatInfo>(SapiAttributeParser.GetAudioFormatsFromString(audioFormats)); 55_supportedAudioFormats = new ReadOnlyCollection<SpeechAudioFormatInfo>(new List<SpeechAudioFormatInfo>());
1 reference to _supportedAudioFormats
System.Speech (1)
Recognition\RecognizerInfo.cs (1)
125get { return _supportedAudioFormats; }