1 write to _semanticTokensLegendService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
43
_semanticTokensLegendService
= TestRazorSemanticTokensLegendService.GetInstance(supportsVSExtensions: true);
1 reference to _semanticTokensLegendService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
30
private protected ISemanticTokensLegendService SemanticTokensLegendService =>
_semanticTokensLegendService
.AssumeNotNull();