3 references to DefaultTargetsLocation
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
951
string expanded = _expander.ExpandIntoStringLeaveEscaped(currentProjectOrImport.DefaultTargets, ExpanderOptions.ExpandProperties, currentProjectOrImport.
DefaultTargetsLocation
);
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
541
ViewValidation.VerifySameLocation(realXml.
DefaultTargetsLocation
, viewXml.
DefaultTargetsLocation
, context);