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