2 references to UpdateLogLevelParams
Microsoft.CodeAnalysis.LanguageServer (2)
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (2)
17
internal sealed class UpdateLogLevelHandler(ServerConfiguration serverConfiguration) : ILspServiceNotificationHandler<
UpdateLogLevelParams
>
25
public Task HandleNotificationAsync(
UpdateLogLevelParams
request, RequestContext requestContext, CancellationToken cancellationToken)