6 references to ProjectLocation
Microsoft.Build (4)
Evaluation\Evaluator.cs (4)
1987
string importExpressionEscaped = _expander.ExpandIntoStringLeaveEscaped(unescapedExpression, ExpanderOptions.ExpandProperties, importElement.
ProjectLocation
);
2499
ExpanderOptions.ExpandProperties, importElement.
ProjectLocation
);
2525
VerifyVSDistributionPath(importElement.Project, importElement.
ProjectLocation
);
2538
ProjectErrorUtilities.ThrowInvalidProject(importElement.
ProjectLocation
, "ImportedProjectFromExtensionsPathNotFound",
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
835
ViewValidation.VerifySameLocation(realXml.
ProjectLocation
, viewXml.
ProjectLocation
, context);