2 implementations of ExpandMetadataValueBestEffortLeaveEscaped
Microsoft.Build (2)
Definition\Project.cs (2)
3561
public string
ExpandMetadataValueBestEffortLeaveEscaped
(IMetadataTable metadataTable, string unevaluatedValue, ElementLocation metadataLocation)
4006
public string
ExpandMetadataValueBestEffortLeaveEscaped
(IMetadataTable metadataTable, string unevaluatedValue, ElementLocation metadataLocation) { throw new NotImplementedException(); }
1 reference to ExpandMetadataValueBestEffortLeaveEscaped
Microsoft.Build (1)
Definition\Project.cs (1)
1785
return implementationInternal.
ExpandMetadataValueBestEffortLeaveEscaped
(metadataTable, unevaluatedValue, metadataLocation);