26 references to Name
Microsoft.Build (26)
BackEnd\Components\Logging\TargetLoggingContext.cs (2)
46projectLoggingContext.BuildEventContext, target.Name, projectFullPath, target.Location.File, 100LoggingService.LogTargetFinished(BuildEventContext, _target.Name, projectFullPath, _target.Location.File, success, targetOutputWrapper);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
286Assumed.True(pushed, $"Failed to push any targets onto the stack. Target: {targets[i]} Current Target: {currentTargetEntry.Target.Name}"); 575ParentTarget = currentTargetEntry.ParentEntry?.Target.Name,
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
347ProjectErrorUtilities.ThrowInvalidProject(_target.ConditionLocation, "TargetConditionHasInvalidMetadataReference", _target.Name, _target.Condition); 386TargetName = _target.Name, 388ParentTarget = ParentEntry?.Target?.Name, 422Assumed.False(_isExecuting, $"Target {_target.Name} is already executing"); 439parentTargetName = ParentEntry.Target.Name;
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (9)
144_targetToAnalyze.InputsLocation, "TargetInputsSpecifiedWithoutOutputs", TargetToAnalyze.Name); 241TargetName = TargetToAnalyze.Name, 277_loggingService.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetCompletely", _targetToAnalyze.Name); 282_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _targetToAnalyze.Name); 295_loggingService.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetPartially", _targetToAnalyze.Name); 300_loggingService.LogComment(_buildEventContext, MessageImportance.Normal, "BuildTargetPartially", _targetToAnalyze.Name); 457"SkipTargetBecauseNoInputs", TargetToAnalyze.Name); 468_loggingService.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _targetToAnalyze.Name); 498"SkipTargetBecauseNoOutputs", TargetToAnalyze.Name);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
171_taskHostObject = requestEntry.Request.HostServices.GetHostObject(requestEntry.RequestConfiguration.Project.FullPath, loggingContext.Target.Name, _taskNode.Name); 916ProjectErrorUtilities.ThrowInvalidProject(taskLoggingContext.Task.Location, "CircularDependency", taskLoggingContext.TargetLoggingContext.Target.Name);
Definition\Project.cs (1)
4517Targets[target.Name] = target;
Evaluation\Evaluator.cs (1)
1052_evaluationLoggingContext.LogComment(MessageImportance.Low, "OverridingTarget", otherTarget.Name, otherTarget.Location.File, targetName, targetElement.Location.File);
Instance\ProjectInstance.cs (1)
1919_actualTargets[target.Name] = target;
Instance\ProjectTargetInstance.cs (2)
446{ return Name; } 469ProjectTargetElement target = rootElement.CreateTargetElement(Name);
Instance\TaskFactories\TaskHostTask.cs (1)
345_taskLoggingContext?.TargetLoggingContext?.Target?.Name,