3 references to StatelessLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
LanguageServerTargetTests.cs (3)
28protected override TestComposition Composition => base.Composition.AddParts(typeof(StatefulLspServiceFactory), typeof(StatelessLspService)); 127var statelessService = server.GetRequiredLspService<StatelessLspService>(); 167[ExportCSharpVisualBasicStatelessLspService(typeof(StatelessLspService)), Shared]