26 references to Name
Microsoft.Build (26)
BackEnd\Components\Logging\TargetLoggingContext.cs (2)
46
projectLoggingContext.BuildEventContext, target.
Name
, projectFullPath, target.Location.File,
100
LoggingService.LogTargetFinished(BuildEventContext, _target.
Name
, projectFullPath, _target.Location.File, success, targetOutputWrapper);
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
286
Assumed.True(pushed, $"Failed to push any targets onto the stack. Target: {targets[i]} Current Target: {currentTargetEntry.Target.
Name
}");
575
ParentTarget = currentTargetEntry.ParentEntry?.Target.
Name
,
BackEnd\Components\RequestBuilder\TargetEntry.cs (5)
347
ProjectErrorUtilities.ThrowInvalidProject(_target.ConditionLocation, "TargetConditionHasInvalidMetadataReference", _target.
Name
, _target.Condition);
386
TargetName = _target.
Name
,
388
ParentTarget = ParentEntry?.Target?.
Name
,
422
Assumed.False(_isExecuting, $"Target {_target.
Name
} is already executing");
439
parentTargetName = ParentEntry.Target.
Name
;
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (9)
144
_targetToAnalyze.InputsLocation, "TargetInputsSpecifiedWithoutOutputs", TargetToAnalyze.
Name
);
241
TargetName = 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);
916
ProjectErrorUtilities.ThrowInvalidProject(taskLoggingContext.Task.Location, "CircularDependency", taskLoggingContext.TargetLoggingContext.Target.
Name
);
Definition\Project.cs (1)
4517
Targets[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
; }
469
ProjectTargetElement target = rootElement.CreateTargetElement(
Name
);
Instance\TaskFactories\TaskHostTask.cs (1)
345
_taskLoggingContext?.TargetLoggingContext?.Target?.
Name
,