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