5 references to AggregateResult
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TargetEntry.cs (4)
494aggregateResult = aggregateResult.AggregateResult(new WorkUnitResult(WorkUnitResultCode.Canceled, WorkUnitActionCode.Stop, null)); 535aggregateResult = aggregateResult.AggregateResult(bucketResult); 541aggregateResult = aggregateResult.AggregateResult(new WorkUnitResult(WorkUnitResultCode.Success, WorkUnitActionCode.Continue, null)); 573aggregateResult = aggregateResult.AggregateResult(new WorkUnitResult(WorkUnitResultCode.Failed, WorkUnitActionCode.Stop, null));
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
334aggregateResult = aggregateResult.AggregateResult(taskResult);