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
Fix finding case usages from active pattern declaration
- Use case.Group.DeclaringEntity to match cases to their pattern
- Compare declaring entities and pattern names
- Properly handle Option types in comparisons
- This enables finding ParseInt usages when querying from (|ParseInt|_|)
Co-authored-by: TheAngryByrd <[email protected]>
0 commit comments