1 interface inheriting from INotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ILspServiceNotificationHandler.cs (1)
11INotificationHandler<RequestContext>,
2 implementations of INotificationHandler
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (2)
Mocks\TestMethodHandlers.cs (2)
60internal sealed class TestParameterlessNotificationHandler : INotificationHandler<TestRequestContext> 72internal sealed class TestMethodHandlerWithoutAttribute : INotificationHandler<TestRequestContext>
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)