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