2 writes to _paused
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
153
_paused
= true;
165
_paused
= false;
2 references to _paused
System.Speech (2)
Synthesis\SpeechSynthesizer.cs (2)
150
if (!
_paused
)
162
if (
_paused
)