3 implementations of ShutdownAsync
Microsoft.CodeAnalysis.LanguageServer (1)
BrokeredServices\ServiceBrokerShutdown.cs (1)
31public async Task ShutdownAsync()
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\ExtensionMessageHandlerShutdown.cs (1)
21public virtual 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)
270await hook.ShutdownAsync().ConfigureAwait(false);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\IOnServerShutdown.cs (1)
22/// This is always called after the LSP shutdown request and <see cref="ShutdownAsync"/> runs