9 references to GetMetadataEscaped
Microsoft.Build (9)
Instance\ProjectItemInstance.cs (9)
448return _taskItem.GetMetadataEscaped(name); 483return _taskItem.GetMetadataEscaped(name); 552return _taskItem.GetMetadataEscaped(name); 576string value = _taskItem.GetMetadataEscaped(name); 1275return GetMetadataEscaped(name); 1283return GetMetadataEscaped(name); 1315return EscapingUtilities.UnescapeAll(GetMetadataEscaped(metadataName)); 1467destinationItem.SetMetadata(metadatum.Name, GetMetadataEscaped(metadatum.Name)); 1488.Select(metadatum => new KeyValuePair<string, string>(metadatum.Name, GetMetadataEscaped(metadatum.Name)));