5 writes to _aborted
System.Speech (5)
Internal\Synthesis\AudioBase.cs (1)
299
_aborted
= false;
Internal\Synthesis\AudioDeviceOut.cs (2)
81
_aborted
= false;
234
_aborted
= true;
Internal\Synthesis\AudioFileOut.cs (2)
80
_aborted
= false;
172
_aborted
= true;
12 references to _aborted
System.Speech (12)
Internal\Synthesis\AudioBase.cs (1)
295
return
_aborted
;
Internal\Synthesis\AudioDeviceOut.cs (6)
156
if (!
_aborted
)
190
if (!
_aborted
&& !_fPaused)
212
if (!
_aborted
&& _fPaused)
245
if (_asyncDispatch != null && !
_aborted
)
366
if (_asyncDispatch != null && !
_aborted
)
406
if (
_aborted
)
Internal\Synthesis\AudioFileOut.cs (5)
96
if (!
_aborted
)
127
if (!
_aborted
)
141
if (!
_aborted
&& !_paused)
155
if (!
_aborted
&& _paused)
180
if (!
_aborted
&& _asyncDispatch != null)