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);
1363
return
GetMetadataEscaped
(name);
1371
return
GetMetadataEscaped
(name);
1408
return EscapingUtilities.UnescapeAll(
GetMetadataEscaped
(metadataName));
1556
destinationItem.SetMetadata(metadatum.Key,
GetMetadataEscaped
(metadatum.Key));
1594
.Select(metadatum => new KeyValuePair<string, string>(metadatum.Key,
GetMetadataEscaped
(metadatum.Key)));