1 write to _tokenModifiers
Microsoft.CodeAnalysis.Remote.Razor (1)
SemanticTokens\RemoteSemanticTokensLegendService.cs (1)
27
_tokenModifiers
= new SemanticTokenModifiers(options.TokenModifiers);
1 reference to _tokenModifiers
Microsoft.CodeAnalysis.Remote.Razor (1)
SemanticTokens\RemoteSemanticTokensLegendService.cs (1)
20
public SemanticTokenModifiers TokenModifiers =>
_tokenModifiers
;