1 instantiation of LogMessageParams
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\LspLogMessageLogger.cs (1)
80var _ = server.GetRequiredLspService<IClientLanguageServerManager>().SendNotificationAsync(logMethod, new LogMessageParams()
1 reference to LogMessageParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Window.cs (1)
77public static readonly LspNotification<LogMessageParams> WindowLogMessage = new(WindowLogMessageName);