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);
3 references to TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
LspServicesTests.cs (3)
28var lspServiceFromFactory = server.GetRequiredLspService<TestLspServiceFromFactory>(); 41var lspServiceFromFactory = server.GetRequiredLspService<TestLspServiceFromFactory>(); 54var lspServiceFromFactory = server.GetRequiredLspService<TestLspServiceFromFactory>();