1 implementation of ExitAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
40
public Task
ExitAsync
()
1 reference to ExitAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
296
await lifeCycleManager.
ExitAsync
().ConfigureAwait(false);