2 writes to Current
Microsoft.Build (2)
Evaluation\ExpressionShredder.cs (2)
263Current = expressionCapture; 269Current = default;
5 references to Current
Microsoft.Build (5)
Evaluation\Expander.cs (5)
1028ExpressionShredder.ItemExpressionCapture firstItemExpressionCapture = itemVectorExpressionsEnumerator.Current; 1036start = ProcessItemExpressionCapture(expression, finalResultBuilder, matchEvaluator, start, itemVectorExpressionsEnumerator.Current); 1040start = ProcessItemExpressionCapture(expression, finalResultBuilder, matchEvaluator, start, itemVectorExpressionsEnumerator.Current); 2115ExpressionShredder.ItemExpressionCapture match = matchesEnumerator.Current; 2351ExpressionShredder.ItemExpressionCapture currentItem = matchesEnumerator.Current;