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