-
Notifications
You must be signed in to change notification settings - Fork 198
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
Find All References - Showing razor__virtual.cs instead of actual References #9369
Comments
@davidwengier do we need to include the razor span mapping service on the Roslyn side here? Or should Razor be mapping these values via a middleware |
We definitely don't have the Razor span mapping service, and that causes a bunch of limitations in various features. As far as I know we haven't talked about how and when we're going to try to address them. #6919 and #8845 are the tracking issues for it I guess, though thats more about when we switch to using source generators. VS Code is essentially already in that world, even though it doesn't use source generators :) |
I'm going to move this to the Razor repo so we can better track with the bigger issues I linked above. |
Possible duplicate at dotnet/vscode-csharp#7790 |
Environment data
dotnet --info
output: .net 7.0.401VS Code version: latest
C# Extension version: 2.4.4
When looking for references in code behind file of a Blazor Server Razor component, I expect to be able to see all the references that are calling the method.
Using C# Extension 2.4.4
The text was updated successfully, but these errors were encountered: