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