2 writes to _exception
System.ServiceModel.Federation (2)
System\Runtime\OperationWithTimeoutAsyncResult.cs (2)
151_exception = exception; 201_exception = exception;
3 references to _exception
System.ServiceModel.Federation (3)
System\Runtime\OperationWithTimeoutAsyncResult.cs (3)
143OnCompleting(this, _exception); 387if (asyncResult._exception != null) 389throw asyncResult._exception;