16 references to BuildAbortedException
Microsoft.Build (16)
BackEnd\BuildManager\BuildManager.cs (7)
897
BuildResultBase buildResult = submission.CompleteResultsWithException(new
BuildAbortedException
());
1634
CompleteSubmissionWithException(submission, resolvedConfiguration!, new
BuildAbortedException
());
1708
var result = new GraphBuildResult(submission.SubmissionId, new
BuildAbortedException
());
2106
throw new
BuildAbortedException
();
2171
throw new
BuildAbortedException
();
2803
shutdownPacket.Exception ?? new
BuildAbortedException
()));
2866
submission.CompleteResultsWithException(new
BuildAbortedException
());
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
309
BuildResult result = entry.Result ?? new BuildResult(entry.Request, new
BuildAbortedException
());
BackEnd\Components\BuildRequestEngine\BuildRequestEntry.cs (2)
444
_outstandingResults[requestEntry.Key] = new BuildResult(requestEntry.Value, new
BuildAbortedException
());
454
_outstandingResults[request.NodeRequestId] = new BuildResult(request, new
BuildAbortedException
());
BackEnd\Components\RequestBuilder\RequestBuilder.cs (4)
426
throw new
BuildAbortedException
();
464
throw new
BuildAbortedException
();
531
throw new
BuildAbortedException
();
1038
var abortResult = new BuildResult(new BuildRequest(), new
BuildAbortedException
());
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
188
throw new
BuildAbortedException
();
BackEnd\Components\Scheduler\Scheduler.cs (1)
1682
_resultsCache.AddResult(new BuildResult(request.BuildRequest, new
BuildAbortedException
()));