7 references to TestLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
LspServicesTests.cs (7)
25
var lspService = server.GetRequiredLspService<
TestLspService
>();
38
var lspService = server.GetRequiredLspService<
TestLspService
>();
51
var lspService = server.GetRequiredLspService<
TestLspService
>();
78
var lspService = server.GetRequiredLspService<
TestLspService
>();
83
var lspService2 = server2.GetRequiredLspService<
TestLspService
>();
96
[ExportStatelessLspService(typeof(
TestLspService
), ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared]
99
internal class CSharpLspService() :
TestLspService
{ }