2 references to AlwaysActiveCSharpLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
LspServicesTests.cs (2)
75var composition = base.Composition.AddParts(typeof(CSharpLspService), typeof(AlwaysActiveCSharpLspService)); 84Assert.True(lspService2 is AlwaysActiveCSharpLspService);