1 write to KeyedServiceKeys
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubMethodDescriptor.cs (1)
100KeyedServiceKeys ??= new List<(int, object)>();
3 references to KeyedServiceKeys
Microsoft.AspNetCore.SignalR.Core (3)
Internal\HubMethodDescriptor.cs (3)
101KeyedServiceKeys.Add((index, keyedServicesAttribute.Key)); 186if (KeyedServiceKeys is not null) 188foreach (var (paramIndex, key) in KeyedServiceKeys)