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