-
Notifications
You must be signed in to change notification settings - Fork 847
Open
Labels
Area-LangService-FindAllReferencesFind all references across projects and solutionsFind all references across projects and solutionsBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
Consider following code:
match 123 with
| x
| x -> ()GetAllUsesOfAllSymbolsInFile returns following symbols:
Ranges of x symbols uses are (2,2-2,3) and (3,2-3,3) respectively.
Both x uses considered bindings and both items claim their declaration range is (2,2-2,3) which doesn't look right for the second one. I suppose the second use should be ItemOccurence.Use instead.
Metadata
Metadata
Assignees
Labels
Area-LangService-FindAllReferencesFind all references across projects and solutionsFind all references across projects and solutionsBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Type
Projects
Status
New
