2 references to ShutdownAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
AbstractLanguageServer.cs (1)
258
await lifeCycleManager.
ShutdownAsync
(message).ConfigureAwait(false);
ILifeCycleManager.cs (1)
22
/// This is always called after the LSP shutdown request and <see cref="
ShutdownAsync
(string)"/> runs