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)
163if (_exception == null) 169ExceptionDispatchInfo.Throw(_exception); 182if (_exception != null) 184ExceptionDispatchInfo.Throw(_exception);