-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Version Used: 4.12.0-3.24572.7 (dfa7fc6)
Steps to Reproduce:
- Use a source generator that produces any partial methods that you can implement, for instance the MVVM Toolkit
- Implement any of those generated partial methods (which are also invoked by the generated code)
- Observe that the reference count in CodeLens is != 0 (and the method is indeed not grayed out)
- Click on the reference count
- A flyout will show up and load
- The flyout will just fail to show any results
- After this, the reference count will be 0 (?!), however the method will (correctly) remain not grayed out
- Try to do right click > find all references on the method
- This will show the references correctly (however it'll show a mismatch with the original CodeLens count, eg. it'll say 1 but CodeLens said 2)
Expected Behavior:
- The reference count shoud be consistent and always work
- The CodeLens references flyout should work correctly
Actual Behavior:
Step 3:
Step 5:
Step 7 and 9:
DoctorKrolic, SimoneBoarolo and ZephyrZiggurat


