Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

referencesource.microsoft.com - method navigation does not work for some #40

Open
matra774 opened this issue Oct 23, 2017 · 0 comments
Open

Comments

@matra774
Copy link

1 Open new browser
2. Visit https://referencesource.microsoft.com/
3. Type DataTable in search box
4. Click the first entry class DataTable
5. The right pane updates with the class
6. Press Ctr+F to open up browser's Search dialog
7. Type "Select" (without quotes)
8. You will land in line 2731 inside method Compute()
9. Try to click "Select"- it will NOT navigate to the Select method. Expected result: navigation should work
10. Move mouse over call to "Select" method. The mouse cursor will NOT change to hand icon
11. If you try the same procedure with call to Evalute in line 2733, everything works as expected

Similar problem occurs in lines 3805, 3814, but not in 3823

Possible reason: "Select" is both method (DataTable.Select) and class (System.Select)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants