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