2 references to INotificationHandler
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
MethodHandlerDetails.cs (1)
85else if (genericDefinition == typeof(INotificationHandler<>))
QueueItem.cs (1)
208else if (handler is INotificationHandler<TRequestContext> parameterlessNotificationHandler)