2 writes to _voiceSynthesis
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
493_voiceSynthesis = null; 513_voiceSynthesis = new VoiceSynthesis(wr);
6 references to _voiceSynthesis
System.Speech (6)
Synthesis\SpeechSynthesizer.cs (6)
468if (_voiceSynthesis != null) 489if (_voiceSynthesis != null) 492_voiceSynthesis.Dispose(); 506if (_voiceSynthesis == null && _isDisposed) 510if (_voiceSynthesis == null) 515return _voiceSynthesis;