1 instantiation of StatefulLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
LanguageServerTargetTests.cs (1)
163public ILspService CreateILspService(LspServices lspServices, WellKnownLspServerKinds serverKind) => new StatefulLspService();
3 references to StatefulLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
LanguageServerTargetTests.cs (3)
126var statefulService = server.GetRequiredLspService<StatefulLspService>(); 154[ExportCSharpVisualBasicLspServiceFactory(typeof(StatefulLspService)), Shared]