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