dotnet/roslyn

Highlight References not symmetric in Tuples

Open

#24,268 创建于 2018年1月16日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C# (20,414 star) (4,257 fork)batch import
Area-IDEBugDeveloper Communityhelp wanted

描述

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

贡献者指南