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)
105
OnCompleting(this,
_exception
);
350
if (asyncResult.
_exception
!= null)
352
ExceptionDispatchInfo.Capture(Fx.Exception.AsError(asyncResult.
_exception
)).Throw();