1 implementation of INotificationHandler
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
Handlers\InitializedHandler.cs (1)
15
internal class InitializedHandler<TRequest, TRequestContext> :
INotificationHandler
<TRequest, TRequestContext>
3 references to INotificationHandler
Microsoft.CommonLanguageServerProtocol.Framework.Package (3)
MethodHandlerDetails.cs (2)
80
else if (genericDefinition == typeof(
INotificationHandler
<,>))
120
const string HandleNotificationName = nameof(
INotificationHandler
<object, object>.HandleNotificationAsync);
QueueItem.cs (1)
201
else if (handler is
INotificationHandler
<TRequest, TRequestContext> notificationHandler)