2 implementations of ShutdownAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
41public async Task ShutdownAsync()
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
TestExampleLanguageServer.cs (1)
68public async Task ShutdownAsync()
2 references to ShutdownAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
268await lifeCycleManager.ShutdownAsync().ConfigureAwait(false);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\ILifeCycleManager.cs (1)
22/// This is always called after the LSP shutdown request and <see cref="ShutdownAsync"/> runs