1 write to _workerPostCallback
System.Speech (1)
Internal\AsyncSerializedWorker.cs (1)
26
_workerPostCallback
= new SendOrPostCallback(WorkerProc);
1 reference to _workerPostCallback
System.Speech (1)
Internal\AsyncSerializedWorker.cs (1)
239
_syncContext.Post(
_workerPostCallback
, null);