6 references to BeforeTargetsLocation
Microsoft.Build (4)
Evaluation\Evaluator.cs (4)
600
targetElement.
BeforeTargetsLocation
,
1056
var beforeTargets = _expander.ExpandIntoStringListLeaveEscaped(targetElement.BeforeTargets, ExpanderOptions.ExpandPropertiesAndItems, targetElement.
BeforeTargetsLocation
);
1072
beforeTargetsForTarget.Add(new TargetSpecification(targetElement.Name, targetElement.
BeforeTargetsLocation
));
1078
_evaluationLoggingContext.LogComment(MessageImportance.Low, "TargetDoesNotExistBeforeTargetMessage", unescapedBeforeTarget, targetElement.
BeforeTargetsLocation
.LocationString);
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
812
ViewValidation.VerifySameLocation(realXml.
BeforeTargetsLocation
, viewXml.
BeforeTargetsLocation
, context);