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