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