3 references to ExecuteTargetsLocation
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
500
ProjectOnErrorInstance onError = new ProjectOnErrorInstance(projectOnErrorElement.ExecuteTargetsAttribute, projectOnErrorElement.Condition, projectOnErrorElement.Location, projectOnErrorElement.
ExecuteTargetsLocation
, projectOnErrorElement.ConditionLocation);
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
973
VerifySameLocation(realXml.
ExecuteTargetsLocation
, viewXml.
ExecuteTargetsLocation
);