1 write to _tokenTypes
Microsoft.CodeAnalysis.Remote.Razor (1)
SemanticTokens\RemoteSemanticTokensLegendService.cs (1)
26
_tokenTypes
= new SemanticTokenTypes(options.TokenTypes);
1 reference to _tokenTypes
Microsoft.CodeAnalysis.Remote.Razor (1)
SemanticTokens\RemoteSemanticTokensLegendService.cs (1)
22
public SemanticTokenTypes TokenTypes =>
_tokenTypes
;