9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
448
return _taskItem.
GetMetadataEscaped
(name);
483
return _taskItem.
GetMetadataEscaped
(name);
552
return _taskItem.
GetMetadataEscaped
(name);
576
string value = _taskItem.
GetMetadataEscaped
(name);
1275
return
GetMetadataEscaped
(name);
1283
return
GetMetadataEscaped
(name);
1315
return EscapingUtilities.UnescapeAll(
GetMetadataEscaped
(metadataName));
1467
destinationItem.SetMetadata(metadatum.Name,
GetMetadataEscaped
(metadatum.Name));
1488
.Select(metadatum => new KeyValuePair<string, string>(metadatum.Name,
GetMetadataEscaped
(metadatum.Name)));