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