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