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