13 references to ParentEntry
Microsoft.Build (13)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (10)
432
bool didPushTargets = await PushTargets(afterTargets, currentTargetEntry.
ParentEntry
, currentTargetEntry.Lookup, currentTargetEntry.ErrorTarget, currentTargetEntry.StopProcessingOnCompletion, TargetBuiltReason.AfterTargets);
564
ParentTarget = currentTargetEntry.
ParentEntry
?.Target.Name,
614
while ((_targetsToBuild.Any()) && (_targetsToBuild.Peek() != topEntry.
ParentEntry
) && !_targetsToBuild.Peek().ErrorTarget)
631
if (topEntry.
ParentEntry
!= null && topEntry.
ParentEntry
.State != TargetEntryState.Completed)
633
topEntry.
ParentEntry
.MarkForError();
637
else if (topEntry.
ParentEntry
?.Result?.ResultCode == TargetResultCode.Skipped)
639
topEntry.
ParentEntry
.MarkForStop();
845
currentParent = currentParent.
ParentEntry
;
852
currentParent = currentParent.
ParentEntry
;
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
391
ParentTarget =
ParentEntry
?.Target?.Name,
440
if (
ParentEntry
?.Target != null)
442
parentTargetName =
ParentEntry
.Target.Name;