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