20 references to BuildAbortedException
Microsoft.Build (16)
BackEnd\BuildManager\BuildManager.cs (7)
815
BuildResultBase buildResult = submission.CompleteResultsWithException(new
BuildAbortedException
());
1386
CompleteSubmissionWithException(submission, resolvedConfiguration!, new
BuildAbortedException
());
1460
var result = new GraphBuildResult(submission.SubmissionId, new
BuildAbortedException
());
1858
throw new
BuildAbortedException
();
1923
throw new
BuildAbortedException
();
2549
shutdownPacket.Exception ?? new
BuildAbortedException
()));
2612
submission.CompleteResultsWithException(new
BuildAbortedException
());
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
274
BuildResult result = entry.Result ?? new BuildResult(entry.Request, new
BuildAbortedException
());
BackEnd\Components\BuildRequestEngine\BuildRequestEntry.cs (2)
434
_outstandingResults[requestEntry.Key] = new BuildResult(requestEntry.Value, new
BuildAbortedException
());
444
_outstandingResults[request.NodeRequestId] = new BuildResult(request, new
BuildAbortedException
());
BackEnd\Components\RequestBuilder\RequestBuilder.cs (4)
423
throw new
BuildAbortedException
();
461
throw new
BuildAbortedException
();
528
throw new
BuildAbortedException
();
1020
results[i] = new BuildResult(new BuildRequest(), new
BuildAbortedException
());
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
188
throw new
BuildAbortedException
();
BackEnd\Components\Scheduler\Scheduler.cs (1)
1605
_resultsCache.AddResult(new BuildResult(request.BuildRequest, new
BuildAbortedException
()));
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildRequestEngine_Tests.cs (2)
115
BuildResult res = new BuildResult(_entry.Request, new
BuildAbortedException
());
128
BuildResult res = new BuildResult(_entry.Request, new
BuildAbortedException
());
BackEnd\BuildResult_Tests.cs (1)
314
BuildResult result = new BuildResult(request, new
BuildAbortedException
());
BackEnd\TargetResult_Tests.cs (1)
118
TargetResult result = new TargetResult(new TaskItem[] { item }, BuildResultUtilities.GetStopWithErrorResult(new
BuildAbortedException
()));