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