9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
459
return _taskItem.
GetMetadataEscaped
(name);
494
return _taskItem.
GetMetadataEscaped
(name);
567
return _taskItem.
GetMetadataEscaped
(name);
591
string value = _taskItem.
GetMetadataEscaped
(name);
1377
return
GetMetadataEscaped
(name);
1385
return
GetMetadataEscaped
(name);
1416
return EscapingUtilities.UnescapeAll(
GetMetadataEscaped
(metadataName));
1564
destinationItem.SetMetadata(metadatum.Key,
GetMetadataEscaped
(metadatum.Key));
1602
.Select(metadatum => new KeyValuePair<string, string>(metadatum.Key,
GetMetadataEscaped
(metadatum.Key)));