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