58 references to CSharpVisualBasicLspServer
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\RazorConfigurationChangedServiceFactory.cs (1)
31if (context.ServerKind is not (WellKnownLspServerKinds.AlwaysActiveVSLspServer or WellKnownLspServerKinds.CSharpVisualBasicLspServer))
Cohost\RazorStartupServiceFactory.cs (1)
48if (context.ServerKind is not (WellKnownLspServerKinds.AlwaysActiveVSLspServer or WellKnownLspServerKinds.CSharpVisualBasicLspServer))
Microsoft.CodeAnalysis.LanguageServer (4)
FileBasedPrograms\FileBasedProgramsWorkspaceProviderFactory.cs (1)
24[ExportCSharpVisualBasicStatelessLspService(typeof(ILspMiscellaneousFilesWorkspaceProviderFactory), WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared]
LanguageServer\LanguageServerHost.cs (1)
50WellKnownLspServerKinds.CSharpVisualBasicLspServer,
Telemetry\VSCodeRequestTelemetryLogger.cs (2)
13[ExportCSharpVisualBasicStatelessLspService(typeof(RequestTelemetryLogger), serverKind: WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared] 16internal sealed class VSCodeRequestTelemetryLogger() : RequestTelemetryLogger(WellKnownLspServerKinds.CSharpVisualBasicLspServer.ToTelemetryString())
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
RoslynLanguageServer.cs (1)
141if (serverKind == WellKnownLspServerKinds.CSharpVisualBasicLspServer)
WellKnownLspServerKinds.cs (3)
50WellKnownLspServerKinds.CSharpVisualBasicLspServer => "Roslyn Language Server Client", 72WellKnownLspServerKinds.CSharpVisualBasicLspServer => "CSharpVisualBasicLanguageServerFactory", 86WellKnownLspServerKinds.CSharpVisualBasicLspServer => ProtocolConstants.RoslynLspLanguagesContract,
Microsoft.CodeAnalysis.LanguageServer.UnitTests (48)
FileBasedProgramsEntryPointDiscoveryTests.cs (15)
112ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 172ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 209ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 241ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 274ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 307ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 342ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 376ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 417ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 458ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 500ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 541ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 586ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 632ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 872ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer,
FileBasedProgramsWorkspaceTests.cs (33)
85await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 123await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 161await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 187await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 215await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 246ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 277await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 336await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 373await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 408await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 462ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 509ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 544await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 594await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 635await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 675await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 719await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 787ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer 826await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 900ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 956ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1008ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1072ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1124ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1184ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1214ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1245ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1306ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1337ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1371ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1401await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }); 1429ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer, 1454await using var testLspServer = await CreateTestLspServerAsync(string.Empty, mutatingLspWorkspace, new InitializationOptions { ServerKind = WellKnownLspServerKinds.CSharpVisualBasicLspServer }, composition: null);