Roslyn doesn't select all matching identifiers when in a tuple deconstruction #20066
Labels
Area-Compilers
Feature - Tuples
Tuples
Resolution-Duplicate
The described behavior is tracked in another issue
Milestone
Version Used: d15rel 26602.0
When the caret is on the local variable within a ValueTuple deconstruction, only that identifier instance is highlighted:
But when I select the same local variable in another context, all references to that identifier (including the one in the tuple deconstruction) are highlighted:
The text was updated successfully, but these errors were encountered: