2 instantiations of LogMessageParams
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\LspLogMessageLogger.cs (1)
80var _ = server.GetRequiredLspService<IClientLanguageServerManager>().SendNotificationAsync(logMethod, new LogMessageParams()
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
55var messageParams = new LogMessageParams()
2 references to LogMessageParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
55var messageParams = new LogMessageParams()
Protocol\Methods.Window.cs (1)
77public static readonly LspNotification<LogMessageParams> WindowLogMessage = new(WindowLogMessageName);