1 interface inheriting from IRequestHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ILspServiceRequestHandler.cs (1)
15IRequestHandler<TRequest, TResponse, RequestContext>,
1 implementation of IRequestHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\Handlers\InitializeHandler.cs (1)
15: IRequestHandler<TRequest, TResponse, TRequestContext>
3 references to IRequestHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (2)
70if (genericDefinition == typeof(IRequestHandler<,,>)) 118const string HandleRequestName = nameof(IRequestHandler<object, object, object>.HandleRequestAsync);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
189else if (handler is IRequestHandler<TRequest, TResponse, TRequestContext> requestHandler)