1 instantiation of LspServiceLifeCycleManager
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
31return new LspServiceLifeCycleManager(clientLanguageServerManager, lspWorkspaceRegistrationService);
4 references to LspServiceLifeCycleManager
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptLifeCycleManager.cs (2)
13[ExportLspServiceFactory(typeof(LspServiceLifeCycleManager), ProtocolConstants.TypeScriptLanguageContract), Shared] 17: LspServiceLifeCycleManager.LspLifeCycleManagerFactory(lspWorkspaceRegistrationService);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
23[ExportCSharpVisualBasicLspServiceFactory(typeof(LspServiceLifeCycleManager)), Shared]
RoslynLanguageServer.cs (1)
126AddLazyService<ILifeCycleManager>(lspServices => lspServices.GetRequiredService<LspServiceLifeCycleManager>());