7 references to Target
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (4)
286ErrorUtilities.VerifyThrow(pushed, $"Failed to push any targets onto the stack. Target: {targets[i]} Current Target: {currentTargetEntry.Target.Name}"); 529targetResult.TargetLocation = currentTargetEntry.Target.Location; 577TargetFile = currentTargetEntry.Target.Location.File, 578ParentTarget = currentTargetEntry.ParentEntry?.Target.Name,
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
388ParentTarget = ParentEntry?.Target?.Name, 437if (ParentEntry?.Target != null) 439parentTargetName = ParentEntry.Target.Name;