1 implementation of IMethodHandlerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
19
internal sealed class LspServices : ILspServices,
IMethodHandlerProvider
1 reference to IMethodHandlerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\HandlerProvider.cs (1)
55
if (lspServices is
IMethodHandlerProvider
methodHandlerProvider)