4 references to ShutdownAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
AbstractLanguageServer.cs (3)
156
public Task HandleShutdownRequestAsync(CancellationToken _) =>
ShutdownAsync
();
270
/// Tells the LSP server to exit. Requires that <see cref="
ShutdownAsync
(string)"/> was called first.
337
await
ShutdownAsync
(message: "Shutdown triggered by JsonRpc disconnect").ConfigureAwait(false);
RequestExecutionQueue.cs (1)
289
await _languageServer.
ShutdownAsync
("Error processing queue, shutting down").ConfigureAwait(false);