1 interface inheriting from INotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ILspServiceNotificationHandler.cs (1)
18INotificationHandler<TRequest, RequestContext>,
1 implementation of INotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\Handlers\InitializedHandler.cs (1)
15internal class InitializedHandler<TRequest, TRequestContext> : INotificationHandler<TRequest, TRequestContext>
3 references to INotificationHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (2)
80else if (genericDefinition == typeof(INotificationHandler<,>)) 120const string HandleNotificationName = nameof(INotificationHandler<object, object>.HandleNotificationAsync);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
197else if (handler is INotificationHandler<TRequest, TRequestContext> notificationHandler)