3 references to SemanticTokensLegendService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostSemanticTokensRangeEndpointTest.cs (3)
410
TokenTypes =
SemanticTokensLegendService
.TokenTypes.All,
411
TokenModifiers =
SemanticTokensLegendService
.TokenModifiers.All,
423
var actualFileContents = GetTestOutput(sourceText, result?.Data,
SemanticTokensLegendService
);