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