9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
446
return _taskItem.
GetMetadataEscaped
(name);
481
return _taskItem.
GetMetadataEscaped
(name);
550
return _taskItem.
GetMetadataEscaped
(name);
574
string value = _taskItem.
GetMetadataEscaped
(name);
1269
return
GetMetadataEscaped
(name);
1277
return
GetMetadataEscaped
(name);
1309
return EscapingUtilities.UnescapeAll(
GetMetadataEscaped
(metadataName));
1452
.Select(metadatum => new KeyValuePair<string, string>(metadatum.Name,
GetMetadataEscaped
(metadatum.Name)));
1474
destinationItem.SetMetadata(metadatum.Name,
GetMetadataEscaped
(metadatum.Name));