3 references to ExitAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (3)
AbstractLanguageServer.cs (2)
160
public Task HandleExitNotificationAsync(CancellationToken _) =>
ExitAsync
();
342
await
ExitAsync
().ConfigureAwait(false);
RequestExecutionQueue.cs (1)
294
await _languageServer.
ExitAsync
().ConfigureAwait(false);