1 write to Name
Microsoft.AspNetCore.SignalR.Core (1)
HubMethodNameAttribute.cs (1)
23
Name
= name;
2 references to Name
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (1)
788
methodInfo.GetCustomAttribute<HubMethodNameAttribute>()?.
Name
??
Internal\TypedClientBuilder.cs (1)
165
interfaceMethodInfo.GetCustomAttribute<HubMethodNameAttribute>()?.
Name
??