1 instantiation of LogMessageParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
27var messageParams = new LogMessageParams()
2 references to LogMessageParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
27var messageParams = new LogMessageParams()
Protocol\Methods.Window.cs (1)
77public static readonly LspNotification<LogMessageParams> WindowLogMessage = new(WindowLogMessageName);