4 instantiations of AsyncSerializedWorker
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (2)
30
_asyncWorker = new
AsyncSerializedWorker
(new WaitCallback(ProcessPostData), null);
31
_asyncWorkerUI = new
AsyncSerializedWorker
(null, SynchronizationContext.Current);
Recognition\RecognizerBase.cs (2)
509
_asyncWorker = new
AsyncSerializedWorker
(new WaitCallback(DispatchEvents), null);
511
_asyncWorkerUI = new
AsyncSerializedWorker
(null, SynchronizationContext.Current);
3 references to AsyncSerializedWorker
System.Speech (3)
Internal\SapiInterop\SapiRecoContext.cs (1)
70
internal EventNotify CreateEventNotify(
AsyncSerializedWorker
asyncWorker, bool supportsSapi53)
Internal\Synthesis\VoiceSynthesis.cs (1)
1801
private
AsyncSerializedWorker
_asyncWorker, _asyncWorkerUI;
Recognition\RecognizerBase.cs (1)
3031
private
AsyncSerializedWorker
_asyncWorker, _asyncWorkerUI;