2 references to ServerNotShutDownException
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
233
throw new
ServerNotShutDownException
("The language server has not yet been asked to shutdown.");
287
throw new
ServerNotShutDownException
("The language server has not yet been asked to shutdown or has not finished shutting down.");