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