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