3 references to HubMethodNameAttribute
Microsoft.AspNetCore.SignalR.Core (3)
HubMethodNameAttribute.cs (1)
18/// Initializes a new instance of <see cref="HubMethodNameAttribute"/> class.
Internal\DefaultHubDispatcher.cs (1)
786methodInfo.GetCustomAttribute<HubMethodNameAttribute>()?.Name ??
Internal\TypedClientBuilder.cs (1)
165interfaceMethodInfo.GetCustomAttribute<HubMethodNameAttribute>()?.Name ??