2 writes to _exception
System.Speech (2)
Internal\SapiInterop\SapiProxy.cs (2)
213
_exception
= null;
227
_exception
= e;
4 references to _exception
System.Speech (4)
Internal\SapiInterop\SapiProxy.cs (4)
163
if (
_exception
== null)
169
ExceptionDispatchInfo.Throw(
_exception
);
182
if (
_exception
!= null)
184
ExceptionDispatchInfo.Throw(
_exception
);