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