2 references to ExpandPropertyValueBestEffortLeaveEscaped
Microsoft.Build (1)
Definition\ProjectProperty.cs (1)
409
_evaluatedValueEscaped = _project.
ExpandPropertyValueBestEffortLeaveEscaped
(value, _xml.Location);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildRequestConfiguration_Tests.cs (1)
574
referencePath = project.
ExpandPropertyValueBestEffortLeaveEscaped
(referencePath, ElementLocation.EmptyLocation);