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)
468
if (
_voiceSynthesis
!= null)
489
if (
_voiceSynthesis
!= null)
492
_voiceSynthesis
.Dispose();
506
if (
_voiceSynthesis
== null && _isDisposed)
510
if (
_voiceSynthesis
== null)
515
return
_voiceSynthesis
;