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