Base:
method
Invoke2
System.Speech.Internal.SapiInterop.SapiProxy.Invoke2(System.Speech.Internal.SapiInterop.SapiProxy.VoidDelegate)
3 references to Invoke2
System.Speech (3)
Internal\SapiInterop\SapiProxy.cs (3)
126
Invoke2
(delegate { _recognizer = (ISpRecognizer)new SpInprocRecognizer(); });
130
Invoke2
(delegate { _recognizer = (ISpRecognizer)new SpSharedRecognizer(); });
199
Invoke2
(delegate { Marshal.ReleaseComObject(_recognizer); });