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