1 instantiation of TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
LspServicesTests.cs (1)
93
public ILspService CreateILspService(LspServices lspServices, WellKnownLspServerKinds serverKind) => new
TestLspServiceFromFactory
(this.GetType().Name);
3 references to TestLspServiceFromFactory
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
LspServicesTests.cs (3)
28
var lspServiceFromFactory = server.GetRequiredLspService<
TestLspServiceFromFactory
>();
41
var lspServiceFromFactory = server.GetRequiredLspService<
TestLspServiceFromFactory
>();
54
var lspServiceFromFactory = server.GetRequiredLspService<
TestLspServiceFromFactory
>();