1 write to ErrorTarget
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
741newEntry.ErrorTarget = addAsErrorTarget;
3 references to ErrorTarget
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (3)
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); 614while ((_targetsToBuild.Any()) && (_targetsToBuild.Peek() != topEntry.ParentEntry) && !_targetsToBuild.Peek().ErrorTarget)