1 write to ErrorTarget
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
746
newEntry.
ErrorTarget
= addAsErrorTarget;
3 references to ErrorTarget
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (3)
432
bool didPushTargets = await PushTargets(afterTargets, currentTargetEntry.ParentEntry, currentTargetEntry.Lookup, currentTargetEntry.
ErrorTarget
, currentTargetEntry.StopProcessingOnCompletion, TargetBuiltReason.AfterTargets);
453
bool pushedTargets = await PushTargets(beforeTargets, currentTargetEntry, currentTargetEntry.Lookup, currentTargetEntry.
ErrorTarget
, stopProcessingStack, TargetBuiltReason.BeforeTargets);
614
while ((_targetsToBuild.Any()) && (_targetsToBuild.Peek() != topEntry.ParentEntry) && !_targetsToBuild.Peek().
ErrorTarget
)