1 interface inheriting from IRequestHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ILspServiceRequestHandler.cs (1)
25IRequestHandler<TResponse, RequestContext>,
2 references to IRequestHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (1)
75else if (genericDefinition == typeof(IRequestHandler<,>))
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
195else if (handler is IRequestHandler<TResponse, TRequestContext> parameterlessRequestHandler)