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