1 instantiation of TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
LspServicesTests.cs (1)
93public ILspService CreateILspService(LspServices lspServices, WellKnownLspServerKinds serverKind) => new TestLspServiceFromFactory(this.GetType().Name);
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]