Evaluation\Expander.ItemExpander.cs (19)
88/// <see cref="Transforms"/> or a known item spec modifier which operates on the item path.
97/// <see cref="Transforms.ExpandQuotedExpressionFunction"/>.
153Transforms.ItemSpecModifierFunction(input, output, arguments, includeNullEntries, functionName, elementLocation);
156Transforms.Count(input, output);
159Transforms.Exists(input, output, arguments, functionName, elementLocation);
162Transforms.Combine(input, output, arguments, functionName, elementLocation);
165Transforms.GetPathsOfAllDirectoriesAbove(input, output, arguments, functionName, elementLocation);
168Transforms.DirectoryName(input, output, arguments, includeNullEntries, functionName, elementLocation);
171Transforms.Metadata(input, output, arguments, includeNullEntries, functionName, elementLocation);
174Transforms.DistinctWithCase(input, output, arguments, functionName, elementLocation);
177Transforms.Distinct(input, output, arguments, functionName, elementLocation);
180Transforms.Reverse(input, output, arguments, functionName, elementLocation);
183Transforms.ExpandQuotedExpressionFunction(input, output, arguments, includeNullEntries, functionName, elementLocation);
186Transforms.ExecuteStringFunction(expander, input, output, arguments, includeNullEntries, functionName, elementLocation);
189Transforms.ClearMetadata(input, output, arguments, includeNullEntries, functionName, elementLocation);
192Transforms.HasMetadata(input, output, arguments, functionName, elementLocation);
195Transforms.WithMetadataValue(input, output, arguments, functionName, elementLocation);
198Transforms.WithoutMetadataValue(input, output, arguments, functionName, elementLocation);
201Transforms.AnyHaveMetadataValue(input, output, arguments, functionName, elementLocation);