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: {0} Current Target: {1}", targets[i], currentTargetEntry.Target.Name); 529targetResult.TargetLocation = currentTargetEntry.Target.Location; 573TargetFile = currentTargetEntry.Target.Location.File, 574ParentTarget = currentTargetEntry.ParentEntry?.Target.Name,
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
391ParentTarget = ParentEntry?.Target?.Name, 440if (ParentEntry?.Target != null) 442parentTargetName = ParentEntry.Target.Name;