3 instantiations of TestRazorSemanticTokensLegendService
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
LanguageServer\TestRazorSemanticTokensLegendService.cs (2)
12private static readonly TestRazorSemanticTokensLegendService s_vsInstance = new(new TestClientCapabilitiesService(new VSInternalClientCapabilities() { SupportsVisualStudioExtensions = true })); 13private static readonly TestRazorSemanticTokensLegendService s_vsCodeInstance = new(new TestClientCapabilitiesService(new VSInternalClientCapabilities() { SupportsVisualStudioExtensions = false }));
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
Semantic\RazorSemanticTokensLegendServiceTest.cs (1)
19var service = new TestRazorSemanticTokensLegendService(clientCapabilitiesService);
4 references to TestRazorSemanticTokensLegendService
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
LanguageServer\TestRazorSemanticTokensLegendService.cs (2)
12private static readonly TestRazorSemanticTokensLegendService s_vsInstance = new(new TestClientCapabilitiesService(new VSInternalClientCapabilities() { SupportsVisualStudioExtensions = true })); 13private static readonly TestRazorSemanticTokensLegendService s_vsCodeInstance = new(new TestClientCapabilitiesService(new VSInternalClientCapabilities() { SupportsVisualStudioExtensions = false }));
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
Semantic\RazorSemanticTokensLegendServiceTest.cs (1)
19var service = new TestRazorSemanticTokensLegendService(clientCapabilitiesService);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
43_semanticTokensLegendService = TestRazorSemanticTokensLegendService.GetInstance(supportsVSExtensions: true);