3 references to ExitAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (3)
AbstractLanguageServer.cs (2)
164public Task HandleExitNotificationAsync(CancellationToken _) => ExitAsync(); 356await ExitAsync(exceptionToReport).ConfigureAwait(false);
RequestExecutionQueue.cs (1)
297await _languageServer.ExitAsync(ex).ConfigureAwait(false);