5 references to Count
Microsoft.AspNetCore.SignalR.StackExchangeRedis (5)
Internal\RedisSubscriptionManager.cs (2)
31if (subscription.Count == 1) 55if (subscription.Count == 0)
RedisHubLifetimeManager.cs (3)
461var tasks = new List<Task>(_connections.Count); 597var tasks = new List<Task>(subscriptions.Count); 623var tasks = new List<Task>(groupConnections.Count);