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)
70internal EventNotify CreateEventNotify(AsyncSerializedWorker asyncWorker, bool supportsSapi53)
Internal\Synthesis\VoiceSynthesis.cs (1)
1801private AsyncSerializedWorker _asyncWorker, _asyncWorkerUI;
Recognition\RecognizerBase.cs (1)
3031private AsyncSerializedWorker _asyncWorker, _asyncWorkerUI;