9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
459return _taskItem.GetMetadataEscaped(name); 494return _taskItem.GetMetadataEscaped(name); 567return _taskItem.GetMetadataEscaped(name); 591string value = _taskItem.GetMetadataEscaped(name); 1363return GetMetadataEscaped(name); 1371return GetMetadataEscaped(name); 1408return EscapingUtilities.UnescapeAll(GetMetadataEscaped(metadataName)); 1556destinationItem.SetMetadata(metadatum.Key, GetMetadataEscaped(metadatum.Key)); 1594.Select(metadatum => new KeyValuePair<string, string>(metadatum.Key, GetMetadataEscaped(metadatum.Key)));