20 references to Transforms
Microsoft.Build (20)
Evaluation\Expander.ItemExpander.cs (20)
93/// <see cref="Transforms"/> or a known item spec modifier which operates on the item path. 102/// <see cref="Transforms.ExpandQuotedExpressionFunction(List{TransformEntry}, List{TransformEntry}, string, bool, IElementLocation)"/>. 161Transforms.ItemSpecModifierFunction(input, output, arguments, includeNullEntries, functionName, elementLocation); 164Transforms.Count(input, output); 167Transforms.Exists(input, output, arguments, functionName, elementLocation); 170Transforms.Combine(input, output, arguments, functionName, elementLocation); 173Transforms.GetPathsOfAllDirectoriesAbove(input, output, arguments, functionName, elementLocation); 176Transforms.DirectoryName(input, output, arguments, includeNullEntries, functionName, elementLocation); 179Transforms.Metadata(input, output, arguments, includeNullEntries, functionName, elementLocation); 182Transforms.DistinctWithCase(input, output, arguments, functionName, elementLocation); 185Transforms.Distinct(input, output, arguments, functionName, elementLocation); 188Transforms.Reverse(input, output, arguments, functionName, elementLocation); 195Transforms.ExpandQuotedExpressionFunction(input, output, function, includeNullEntries, elementLocation); 199Transforms.ExpandQuotedExpressionFunction(input, output, arguments, includeNullEntries, functionName, elementLocation); 204Transforms.ExecuteStringFunction(expander, input, output, arguments, includeNullEntries, functionName, elementLocation); 207Transforms.ClearMetadata(input, output, arguments, includeNullEntries, functionName, elementLocation); 210Transforms.HasMetadata(input, output, arguments, functionName, elementLocation); 213Transforms.WithMetadataValue(input, output, arguments, functionName, elementLocation); 216Transforms.WithoutMetadataValue(input, output, arguments, functionName, elementLocation); 219Transforms.AnyHaveMetadataValue(input, output, arguments, functionName, elementLocation);