2 instantiations of ServerNotShutDownException
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
233throw new ServerNotShutDownException("The language server has not yet been asked to shutdown."); 287throw new ServerNotShutDownException("The language server has not yet been asked to shutdown or has not finished shutting down.");
1 reference to ServerNotShutDownException
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\AbstractInProcLanguageClient.cs (1)
129catch (ServerNotShutDownException)