2 writes to _exception
System.ServiceModel.Primitives (2)
Internals\System\Runtime\AsyncResult.cs (2)
113_exception = exception; 163_exception = exception;
3 references to _exception
System.ServiceModel.Primitives (3)
Internals\System\Runtime\AsyncResult.cs (3)
105OnCompleting(this, _exception); 350if (asyncResult._exception != null) 352ExceptionDispatchInfo.Capture(Fx.Exception.AsError(asyncResult._exception)).Throw();