1 instantiation of TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
10 references to TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (10)
LspServicesTests.cs (10)
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]