Open
Description
Version used:
VS 2022 v17.3 Preview 1
To reproduce:
- Create blazor server-side project
- Go to
App.razor
- 'Go to definition' on
MainLayout
Expected behavior:
I appear in MainLayout.cs
Actual behavior:
Nothing happens
Additional context:
Very similar to #6399, but in #6399 the defenition is .razor
file, while here - .cs
file