**REGRESSION INFO:** work well on public release C# Extension [`2.87.31`] and public release C# Dev Kit Extension [`1.41.11`] **INSTALL STEP** 1. Repro OS: Win11 x64 24h2 ENU 1. Install latest VSCode (latest released version: 1.103.0) 1. Install SDK: 10.0 RC 1 main[`10.0.100-rc.1.25409.103`] 1. Install public pre-release C# Extension [`2.88.42`] and C# Dev Kit Extension [`1.50.11`] **REPRO STEPS** 1. Create a Blazor Web App for Server project, and open it in VSCode ``` dotnet new blazor -int Server -o MyBlazorServerApp cd MyBlazorServerApp code . ``` 1. Open the Counter.razor or Weather.razor file 1. Observe the code section **Note:** 1. This issue also repro on blazor web app for WebAssembly and blazor WebAssembly Standalone App. 1. This issue does not repro on public release C# Extension [`2.87.31`] and C# Dev Kit Extension [`1.41.11`]. 1. This issue does not repro on .cs file of razor project. 1. This issue does not repro on Program.cs file but repro on .razor file of the same project. **ACTUAL** In the code section of the razor file, there is no reference information above the method code. Counter.file: <img width="641" height="417" alt="Image" src="https://github.com/user-attachments/assets/8cbff584-11e2-48a3-93ba-04b08396e470" /> Weather.razor file: <img width="747" height="642" alt="Image" src="https://github.com/user-attachments/assets/539498d5-2047-4f01-93d4-9400458b85b5" /> **EXPECTED** Counter.file: <img width="641" height="443" alt="Image" src="https://github.com/user-attachments/assets/e40a7532-1312-43a6-9a86-26365e9c6d25" /> Weather.razor file: <img width="743" height="633" alt="Image" src="https://github.com/user-attachments/assets/a289121a-13ac-4bf9-b5c4-d5c0065a2afa" />