1 implementation of ShutdownAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
23
public async Task
ShutdownAsync
(string message = "Shutting down")
2 references to ShutdownAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
258
await lifeCycleManager.
ShutdownAsync
(message).ConfigureAwait(false);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\ILifeCycleManager.cs (1)
22
/// This is always called after the LSP shutdown request and <see cref="
ShutdownAsync
(string)"/> runs