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