9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
433return _taskItem.GetMetadataEscaped(name); 468return _taskItem.GetMetadataEscaped(name); 537return _taskItem.GetMetadataEscaped(name); 561string value = _taskItem.GetMetadataEscaped(name); 1236return GetMetadataEscaped(name); 1244return GetMetadataEscaped(name); 1276return EscapingUtilities.UnescapeAll(GetMetadataEscaped(metadataName)); 1416.Select(metadatum => new KeyValuePair<string, string>(metadatum.Name, GetMetadataEscaped(metadatum.Name))); 1438destinationItem.SetMetadata(metadatum.Name, GetMetadataEscaped(metadatum.Name));