9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
459
return _taskItem.
GetMetadataEscaped
(name);
494
return _taskItem.
GetMetadataEscaped
(name);
565
return _taskItem.
GetMetadataEscaped
(name);
589
string value = _taskItem.
GetMetadataEscaped
(name);
1347
return
GetMetadataEscaped
(name);
1355
return
GetMetadataEscaped
(name);
1392
return EscapingUtilities.UnescapeAll(
GetMetadataEscaped
(metadataName));
1540
destinationItem.SetMetadata(metadatum.Key,
GetMetadataEscaped
(metadatum.Key));
1578
.Select(metadatum => new KeyValuePair<string, string>(metadatum.Key,
GetMetadataEscaped
(metadatum.Key)));