5 interfaces inheriting from ISolutionRequiredHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\ILspServiceNotificationHandler.cs (2)
12ISolutionRequiredHandler 19ISolutionRequiredHandler
Handler\ILspServiceRequestHandler.cs (3)
16ISolutionRequiredHandler 26ISolutionRequiredHandler 36ISolutionRequiredHandler
2 references to ISolutionRequiredHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestContextFactory.cs (2)
62if (methodHandler is ISolutionRequiredHandler requiredHandler) 68throw new InvalidOperationException($"{nameof(IMethodHandler)} implementation {methodHandler.GetType()} does not implement {nameof(ISolutionRequiredHandler)}");