1 instantiation of HubMethodDescriptor
Microsoft.AspNetCore.SignalR.Core (1)
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,
590HubMethodDescriptor descriptor, long? streamOwner)
705if (!_methods.TryGetValue(hubMethodName, out var methodDescriptor))
760HubMethodDescriptor descriptor,
794private async Task<bool> ValidateInvocationMode(HubMethodDescriptor hubMethodDescriptor, bool isStreamResponse,
822private void ReplaceArguments(HubMethodDescriptor descriptor, HubMethodInvocationMessage hubMethodInvocationMessage, bool isStreamCall,
931if (!_methods.TryGetValue(methodName, out var descriptor))