1 instantiation of TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
7 references to TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
LspServicesTests.cs (7)
28var lspServiceFromFactory = server.GetRequiredLspService<TestLspServiceFromFactory>();
41var lspServiceFromFactory = server.GetRequiredLspService<TestLspServiceFromFactory>();
54var lspServiceFromFactory = server.GetRequiredLspService<TestLspServiceFromFactory>();
101[ExportLspServiceFactory(typeof(TestLspServiceFromFactory), ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared]
111[ExportLspServiceFactory(typeof(TestLspServiceFromFactory), ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.Any), Shared]
121[ExportLspServiceFactory(typeof(TestLspServiceFromFactory), ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared]
131[ExportLspServiceFactory(typeof(TestLspServiceFromFactory), ProtocolConstants.RoslynLspLanguagesContract, WellKnownLspServerKinds.Any), Shared]