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)
386ParentTarget = ParentEntry?.Target?.Name, 435if (ParentEntry?.Target != null) 437parentTargetName = ParentEntry.Target.Name;