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