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);