3 references to ExpandSingleItemVectorExpressionIntoExpressionCapture
Microsoft.Build (3)
Evaluation\Expander.cs (1)
409
return ItemExpander.
ExpandSingleItemVectorExpressionIntoExpressionCapture
(expression, options, elementLocation);
Evaluation\Expander.ItemExpander.cs (2)
291
var expressionCapture =
ExpandSingleItemVectorExpressionIntoExpressionCapture
(expression, options, elementLocation);
436
/// <param name="expressionCapture">The <see cref="
ExpandSingleItemVectorExpressionIntoExpressionCapture
"/> representing the structure of an item expression.</param>