3 implementations of HandleNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
HandlerTests.cs (1)
403public Task HandleNotificationAsync(RequestContext context, CancellationToken cancellationToken)
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (2)
Mocks\TestMethodHandlers.cs (2)
68public Task HandleNotificationAsync(TestRequestContext context, CancellationToken cancellationToken) 76public Task HandleNotificationAsync(TestRequestContext requestContext, CancellationToken cancellationToken)
1 reference to HandleNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
210await parameterlessNotificationHandler.HandleNotificationAsync(context, cancellationToken).ConfigureAwait(false);