1 write to _exception
Extensibility.MessageInterceptor.IntegrationTests (1)
AsyncResult.cs (1)
127this._exception = exception;
2 references to _exception
Extensibility.MessageInterceptor.IntegrationTests (2)
AsyncResult.cs (2)
165if (asyncResult._exception != null) 167throw asyncResult._exception;