1 implementation of IAsyncDispatch
System.Speech (1)
Internal\AsyncSerializedWorker.cs (1)
19internal class AsyncSerializedWorker : IAsyncDispatch
6 references to IAsyncDispatch
System.Speech (6)
Internal\SapiInterop\EventNotify.cs (2)
34internal EventNotify(ISpEventSource sapiEventSource, IAsyncDispatch dispatcher, bool additionalSapiFeatures) 114private IAsyncDispatch _dispatcher;
Internal\Synthesis\AudioDeviceOut.cs (2)
21internal AudioDeviceOut(int curDevice, IAsyncDispatch asyncDispatch) 491private IAsyncDispatch _asyncDispatch;
Internal\Synthesis\AudioFileOut.cs (2)
21internal AudioFileOut(Stream stream, SpeechAudioFormatInfo? formatInfo, bool headerInfo, IAsyncDispatch asyncDispatch) 250private IAsyncDispatch _asyncDispatch;