Quick info shows incorrect Dispose
method when hovering over using
keyword
#75429
Labels
Area-IDE
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Steps to Reproduce:
Hover over
using
keyword in all 3 casesExpected Behavior:
Quick info shows specific
Dispose
method for each case (even for case 2 although it is an error)Actual Behavior:
Case 1 - shows
MyDisposableStruct.Dispose()
- correctCases 2 and 3 - show
IDisposable.Dispose()
method even though neither structs implementIDisposable
The text was updated successfully, but these errors were encountered: