1 implementation of HandleNotificationAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
Handlers\InitializedHandler.cs (1)
21public Task HandleNotificationAsync(TRequest request, TRequestContext requestContext, CancellationToken cancellationToken)
1 reference to HandleNotificationAsync
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
203await notificationHandler.HandleNotificationAsync(request, context, cancellationToken).ConfigureAwait(false);