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
Clicking on Second SourceBrowser will happily find all references to it. But clicking on First it will find no references.
Debugging it, I noticed that it classified First as "parameter name" and Second as a "property name". I wonder if this is an issue with Roslyn? Tough for me to say (or even if that is the issue)
Interestingly, if I navigate to some code that does call First and click on it, it will link back to SomeRecord
The text was updated successfully, but these errors were encountered:
Given the following record:
Clicking on
Second
SourceBrowser will happily find all references to it. But clicking onFirst
it will find no references.Debugging it, I noticed that it classified
First
as "parameter name" andSecond
as a "property name". I wonder if this is an issue with Roslyn? Tough for me to say (or even if that is the issue)Interestingly, if I navigate to some code that does call
First
and click on it, it will link back toSomeRecord
The text was updated successfully, but these errors were encountered: