3 references to RazorSemanticTokensAccessor
Microsoft.CodeAnalysis.Razor.Workspaces (2)
SemanticTokens\AbstractRazorSemanticTokensLegendService.cs (2)
28
builder.AddRange(
RazorSemanticTokensAccessor
.GetTokenTypes(supportsVsExtensions));
42
builder.AddRange(
RazorSemanticTokensAccessor
.GetTokenModifiers());
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
Semantic\RazorSemanticTokensLegendServiceTest.cs (1)
21
var expected = Math.Pow(2,
RazorSemanticTokensAccessor
.GetTokenModifiers().Length);