4 references to ShutdownAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
AbstractLanguageServer.cs (3)
161
public Task HandleShutdownRequestAsync(CancellationToken _) =>
ShutdownAsync
();
275
/// Tells the LSP server to exit. Requires that <see cref="
ShutdownAsync
(string)"/> was called first.
355
await
ShutdownAsync
(message: $"Shutdown triggered by JsonRpc disconnect {e.Reason}").ConfigureAwait(false);
RequestExecutionQueue.cs (1)
296
await _languageServer.
ShutdownAsync
(message).ConfigureAwait(false);