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
Generally we find that "find all references" works at most half of the time and I was able to reproduce this in the simplest possible examples of property getters and setters:
Getters
Setters
Find all references on a property with a setter fails to detect usage of the setter and instead detects the definition:
The text was updated successfully, but these errors were encountered:
charlesroddie
changed the title
Find all references failures
Find all references property failures
Dec 26, 2020
Generally we find that "find all references" works at most half of the time and I was able to reproduce this in the simplest possible examples of property getters and setters:
Getters
Setters
Find all references on a property with a setter fails to detect usage of the setter and instead detects the definition:
The text was updated successfully, but these errors were encountered: