dotnet/roslyn

Highlight References not symmetric in Tuples

Open

#24,268 opened on Jan 16, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
Area-IDEBugDeveloper Communityhelp wanted

Description

Select "action" here: https://github.com/dotnet/roslyn/blob/6db04109879e42fbe99a3c1e8f1d44175c041e73/src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/BatchFixAllProvider.cs#L176

Expected: 4 occurrences (1 def, 3 refs) Actual: 1 occurrence (selected)

Note: FAR correctly shows all 4 Note: Selecting any of the other three occurrences highlights all four occurrences (including the problematic one)

image

image

(Internal) Version 27315.1.d15.6

Contributor guide