2 references to ShutdownAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
263
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