2 writes to Current
Microsoft.Build (2)
Evaluation\ExpressionShredder.cs (2)
264Current = expressionCapture; 270Current = default;
5 references to Current
Microsoft.Build (5)
Evaluation\Expander.ItemExpander.cs (2)
321ExpressionShredder.ItemExpressionCapture match = matchesEnumerator.Current; 547ExpressionShredder.ItemExpressionCapture currentItem = matchesEnumerator.Current;
Evaluation\Expander.MetadataExpander.cs (3)
107else if (enumerator.Current.Value == expression 108&& enumerator.Current.Separator == null 144start = ProcessItemExpressionCapture(expression, start, enumerator.Current);