6 references to Target
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TargetBuilder.cs (3)
280ErrorUtilities.VerifyThrow(pushed, "Failed to push any targets onto the stack. Target: {0} Current Target: {1}", targets[i], currentTargetEntry.Target.Name); 563TargetFile = currentTargetEntry.Target.Location.File, 564ParentTarget = currentTargetEntry.ParentEntry?.Target.Name,
BackEnd\Components\RequestBuilder\TargetEntry.cs (3)
383ParentTarget = ParentEntry?.Target?.Name, 432if (ParentEntry?.Target != null) 434parentTargetName = ParentEntry.Target.Name;