4 references to AfterTargetsLocation
Microsoft.Build (4)
Evaluation\Evaluator.cs (4)
621
targetElement.
AfterTargetsLocation
,
1080
var afterTargets = _expander.ExpandIntoStringListLeaveEscaped(targetElement.AfterTargets, ExpanderOptions.ExpandPropertiesAndItems, targetElement.
AfterTargetsLocation
);
1118
afterTargetsForTarget.Add(new TargetSpecification(targetElement.Name, targetElement.
AfterTargetsLocation
));
1124
_evaluationLoggingContext.LogComment(MessageImportance.Low, "TargetDoesNotExistAfterTargetMessage", unescapedAfterTarget, targetElement.
AfterTargetsLocation
.LocationString);