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