12 references to CSharpVisualBasicLspServer
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
CSharpVisualBasicLanguageServerFactory.cs (1)
53
return Create(jsonRpc, capabilitiesProvider, WellKnownLspServerKinds.
CSharpVisualBasicLspServer
, logger, hostServices);
RoslynLanguageServer.cs (1)
88
if (serverKind == WellKnownLspServerKinds.
CSharpVisualBasicLspServer
)
WellKnownLspServerKinds.cs (3)
58
WellKnownLspServerKinds.
CSharpVisualBasicLspServer
=> "Roslyn Language Server Client",
82
WellKnownLspServerKinds.
CSharpVisualBasicLspServer
=> "CSharpVisualBasicLanguageServerFactory",
102
WellKnownLspServerKinds.
CSharpVisualBasicLspServer
=> ProtocolConstants.RoslynLspLanguagesContract,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (6)
38
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});
61
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});
94
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});
119
await using var testLspServer = await CreateTestLspServerAsync(markup, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});
140
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});
188
await using var testLspServer = await CreateTestLspServerAsync(string.Empty, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});
Workspaces\LspWorkspaceManagerTests.cs (1)
199
await using var testLspServer = await CreateTestLspServerAsync(markup, new InitializationOptions { ServerKind = WellKnownLspServerKinds.
CSharpVisualBasicLspServer
});