3 references to InitializedParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\ServerLifetime\InitializedHandler.cs (2)
12
internal class InitializedHandler : ILspServiceNotificationHandler<
InitializedParams
>
22
public async Task HandleNotificationAsync(
InitializedParams
request, RequestContext requestContext, CancellationToken cancellationToken)
Protocol\Methods.Lifecyle.cs (1)
43
public static readonly LspNotification<
InitializedParams
> Initialized = new(InitializedName);