3 implementations of ExitAsync
Microsoft.CodeAnalysis.LanguageServer (1)
BrokeredServices\ServiceBrokerShutdown.cs (1)
26public Task ExitAsync()
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\ExtensionMessageHandlerShutdown.cs (1)
37public Task ExitAsync() => Task.CompletedTask;
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
TestExampleLanguageServer.cs (1)
63public async Task ExitAsync()
1 reference to ExitAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
313await hook.ExitAsync().ConfigureAwait(false);