1 interface inheriting from INotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ILspServiceNotificationHandler.cs (1)
11INotificationHandler<RequestContext>,
2 references to INotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (1)
85else if (genericDefinition == typeof(INotificationHandler<>))
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
208else if (handler is INotificationHandler<TRequestContext> parameterlessNotificationHandler)