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