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