2 implementations of ExpandPropertyValueBestEffortLeaveEscaped
Microsoft.Build (2)
Definition\Project.cs (2)
3501
public string
ExpandPropertyValueBestEffortLeaveEscaped
(string unevaluatedValue, ElementLocation propertyLocation)
3995
public string
ExpandPropertyValueBestEffortLeaveEscaped
(string unevaluatedValue, ElementLocation propertyLocation) { throw new NotImplementedException(); }
1 reference to ExpandPropertyValueBestEffortLeaveEscaped
Microsoft.Build (1)
Definition\Project.cs (1)
1749
return implementationInternal.
ExpandPropertyValueBestEffortLeaveEscaped
(unevaluatedValue, propertyLocation);