4 interfaces inheriting from ISolutionRequiredHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\ILspServiceNotificationHandler.cs (2)
12ISolutionRequiredHandler 19ISolutionRequiredHandler
Handler\ILspServiceRequestHandler.cs (2)
13ISolutionRequiredHandler 20ISolutionRequiredHandler
3 references to ISolutionRequiredHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\AbstractVSTypeScriptRequestHandler.cs (1)
22bool ISolutionRequiredHandler.RequiresLSPSolution => RequiresLSPSolution;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestContextFactory.cs (2)
62if (queueItem.MethodHandler is ISolutionRequiredHandler requiredHandler) 68throw new InvalidOperationException($"{nameof(IMethodHandler)} implementation {queueItem.MethodHandler.GetType()} does not implement {nameof(ISolutionRequiredHandler)}");