4 instantiations of HubMethodNameAttribute
Microsoft.AspNetCore.SignalR.Tests (4)
HubConnectionHandlerTestUtils\Hubs.cs (3)
103[HubMethodName("RenamedMethod")] 634[HubMethodName("RenamedVirtualMethod")] 724[HubMethodName("RenamedCounterChannel")]
Internal\TypedClientBuilderTests.cs (1)
289[HubMethodName("Method")]
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)
788methodInfo.GetCustomAttribute<HubMethodNameAttribute>()?.Name ??
Internal\TypedClientBuilder.cs (1)
165interfaceMethodInfo.GetCustomAttribute<HubMethodNameAttribute>()?.Name ??