6 references to AfterTargetsLocation
Microsoft.Build (4)
Evaluation\Evaluator.cs (4)
601
targetElement.
AfterTargetsLocation
,
1057
var afterTargets = _expander.ExpandIntoStringListLeaveEscaped(targetElement.AfterTargets, ExpanderOptions.ExpandPropertiesAndItems, targetElement.
AfterTargetsLocation
);
1095
afterTargetsForTarget.Add(new TargetSpecification(targetElement.Name, targetElement.
AfterTargetsLocation
));
1101
_evaluationLoggingContext.LogComment(MessageImportance.Low, "TargetDoesNotExistAfterTargetMessage", unescapedAfterTarget, targetElement.
AfterTargetsLocation
.LocationString);
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
814
ViewValidation.VerifySameLocation(realXml.
AfterTargetsLocation
, viewXml.
AfterTargetsLocation
, context);