2 implementations of IMethodHandlerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
18internal sealed class LspServices : ILspServices, IMethodHandlerProvider
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
Mocks\TestLspServices.cs (1)
48: TestLspServices(services), IMethodHandlerProvider
1 reference to IMethodHandlerProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\HandlerProvider.cs (1)
55if (lspServices is IMethodHandlerProvider methodHandlerProvider)