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