Version Used:

Steps to Reproduce:
- Create codespaces for https://github.com/NTaylorMullen/ASPNETProjects.git
- Open BlazorServer/Data/WeatherForecast.cs
- Rename the property
TemperatureC -> TemperatureCelsius
Expected Behavior:
FetchData.razor has its TemperatureC reference updated.
Actual Behavior:
FetchData.razor is untouched.
/cc @dibarbet
Note: Doesn't matter if the file is open or not. If the rename originates from Razor everything applies correctly.