4 references to 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);