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)
127OnCompleting(this, _exception); 375if (asyncResult._exception != null) 377throw Fx.Exception.AsError(asyncResult._exception);