6 references to PushTargets
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (6)
162await PushTargets(targets, null, baseLookup, false, false, TargetBuiltReason.None); 279bool pushed = await PushTargets(targetToPush, currentTargetEntry, callTargetLookup, false, true, TargetBuiltReason.None); 432bool didPushTargets = await PushTargets(afterTargets, currentTargetEntry.ParentEntry, currentTargetEntry.Lookup, currentTargetEntry.ErrorTarget, currentTargetEntry.StopProcessingOnCompletion, TargetBuiltReason.AfterTargets); 453bool pushedTargets = await PushTargets(beforeTargets, currentTargetEntry, currentTargetEntry.Lookup, currentTargetEntry.ErrorTarget, stopProcessingStack, TargetBuiltReason.BeforeTargets); 462await PushTargets(dependencies, currentTargetEntry, currentTargetEntry.Lookup, false, false, TargetBuiltReason.DependsOn); 500await PushTargets(errorTargets, currentTargetEntry, currentTargetEntry.Lookup, true,