2 writes to _lastColorBackground
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\SemanticTokensRefreshNotifier.cs (2)
33
_lastColorBackground
= _clientSettingsManager.GetClientSettings().AdvancedSettings.ColorBackground;
48
_lastColorBackground
= colorBackground;
1 reference to _lastColorBackground
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\SemanticTokensRefreshNotifier.cs (1)
43
if (colorBackground ==
_lastColorBackground
)