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