1 implementation of GetMethodHandlers
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
170
public ImmutableArray<(IMethodHandler? Instance, TypeRef HandlerTypeRef, ImmutableArray<MethodHandlerDetails> HandlerDetails)>
GetMethodHandlers
()
1 reference to GetMethodHandlers
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\HandlerProvider.cs (1)
57
foreach (var (instance, handlerTypeRef, methods) in methodHandlerProvider.
GetMethodHandlers
())