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)
295return _aborted;
Internal\Synthesis\AudioDeviceOut.cs (6)
156if (!_aborted) 190if (!_aborted && !_fPaused) 212if (!_aborted && _fPaused) 245if (_asyncDispatch != null && !_aborted) 366if (_asyncDispatch != null && !_aborted) 406if (_aborted)
Internal\Synthesis\AudioFileOut.cs (5)
96if (!_aborted) 127if (!_aborted) 141if (!_aborted && !_paused) 155if (!_aborted && _paused) 180if (!_aborted && _asyncDispatch != null)