You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large solution (334 projects). When I look at find all references on a widely used class the reference count is incorrect and changes every time I click refresh:
For example clicking refresh on the same reference:
Also, rename does not update all references. Although it it consistently renames the same number of references if I rename, undo the changes and rename again.
If reload the solution and then rename it will update a different number of references.
Steps To Reproduce
Load a large solution and view "find all references" on a widely used reference. (I've seen this happen with a class with only 17 references).
Expected Behavior
Always show the same (and correct) reference count.
Environment Information
Ubuntu 23.10 dev container on WSL.
Vscode 1.91.1 (on windows 11)
C# extension v2.39.29
C# dev kit extension v1.8.14
The text was updated successfully, but these errors were encountered:
Describe the Issue
I have a large solution (334 projects). When I look at find all references on a widely used class the reference count is incorrect and changes every time I click refresh:
For example clicking refresh on the same reference:
Also, rename does not update all references. Although it it consistently renames the same number of references if I rename, undo the changes and rename again.
If reload the solution and then rename it will update a different number of references.
Steps To Reproduce
Load a large solution and view "find all references" on a widely used reference. (I've seen this happen with a class with only 17 references).
Expected Behavior
Always show the same (and correct) reference count.
Environment Information
The text was updated successfully, but these errors were encountered: