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