16 references to BuildAbortedException
Microsoft.Build (16)
BackEnd\BuildManager\BuildManager.cs (7)
874
BuildResultBase buildResult = submission.CompleteResultsWithException(new
BuildAbortedException
());
1611
CompleteSubmissionWithException(submission, resolvedConfiguration!, new
BuildAbortedException
());
1685
var result = new GraphBuildResult(submission.SubmissionId, new
BuildAbortedException
());
2083
throw new
BuildAbortedException
();
2148
throw new
BuildAbortedException
();
2785
shutdownPacket.Exception ?? new
BuildAbortedException
()));
2848
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)
446
_outstandingResults[requestEntry.Key] = new BuildResult(requestEntry.Value, new
BuildAbortedException
());
456
_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
();
1027
var abortResult = new BuildResult(new BuildRequest(), new
BuildAbortedException
());
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
188
throw new
BuildAbortedException
();
BackEnd\Components\Scheduler\Scheduler.cs (1)
1684
_resultsCache.AddResult(new BuildResult(request.BuildRequest, new
BuildAbortedException
()));