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