1 instantiation of HubMethodDescriptor
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
897_methods[methodName] = new HubMethodDescriptor(executor, serviceProviderIsService, authorizeAttributes);
9 references to HubMethodDescriptor
Microsoft.AspNetCore.SignalR.Core (9)
Internal\DefaultHubDispatcher.cs (9)
25private readonly Dictionary<string, HubMethodDescriptor> _methods = new(StringComparer.OrdinalIgnoreCase); 330if (!_methods.TryGetValue(hubMethodInvocationMessage.Target, out var descriptor)) 363private async Task<bool> Invoke(HubMethodDescriptor descriptor, HubConnectionContext connection, 587IHubActivator<THub> hubActivator, THub hub, CancellationTokenSource? streamCts, HubMethodInvocationMessage hubMethodInvocationMessage, HubMethodDescriptor descriptor) 702if (!_methods.TryGetValue(hubMethodName, out var methodDescriptor)) 757HubMethodDescriptor descriptor, 788private async Task<bool> ValidateInvocationMode(HubMethodDescriptor hubMethodDescriptor, bool isStreamResponse, 816private void ReplaceArguments(HubMethodDescriptor descriptor, HubMethodInvocationMessage hubMethodInvocationMessage, bool isStreamCall, 911if (!_methods.TryGetValue(methodName, out var descriptor))