dotnet/roslyn

Highlight References not symmetric in Tuples

Aberta

#24.268 aberto em 16 de jan. de 2018

 (2 comentários) (0 reação) (0 responsável)C# (4.257 forks)batch import
Area-IDEBugDeveloper Communityhelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)

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

Guia do colaborador