1 write to _semanticTokensLegendService
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
CohostEndpointTestBase.cs (1)
48
_semanticTokensLegendService
= new CohostSemanticTokensLegendService(new TestClientCapabilitiesService(new VSInternalClientCapabilities() { SupportsVisualStudioExtensions = false }));
1 reference to _semanticTokensLegendService
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
CohostEndpointTestBase.cs (1)
30
private protected ISemanticTokensLegendService SemanticTokensLegendService =>
_semanticTokensLegendService
.AssumeNotNull();