3 references to ExecuteTargetsLocation
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
487
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)
974
VerifySameLocation(realXml.
ExecuteTargetsLocation
, viewXml.
ExecuteTargetsLocation
);