2 writes to _exception
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (2)
135
_exception
= exception;
188
_exception
= exception;
3 references to _exception
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (3)
127
OnCompleting(this,
_exception
);
375
if (asyncResult.
_exception
!= null)
377
throw Fx.Exception.AsError(asyncResult.
_exception
);