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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: