1 implementation of INotificationHandler
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
Handlers\InitializedHandler.cs (1)
15internal class InitializedHandler<TRequest, TRequestContext> : INotificationHandler<TRequest, TRequestContext>
3 references to INotificationHandler
Microsoft.CommonLanguageServerProtocol.Framework.Package (3)
MethodHandlerDetails.cs (2)
80else if (genericDefinition == typeof(INotificationHandler<,>)) 120const string HandleNotificationName = nameof(INotificationHandler<object, object>.HandleNotificationAsync);
QueueItem.cs (1)
197else if (handler is INotificationHandler<TRequest, TRequestContext> notificationHandler)