6 references to _groups
Microsoft.AspNetCore.SignalR.Core (6)
Internal\HubGroupList.cs (6)
20_groups.TryGetValue(groupName, out var group); 32if (_groups.TryGetValue(groupName, out var connections)) 40((ICollection<KeyValuePair<string, GroupConnectionList>>)(_groups)).Remove(groupToRemove); 45public int Count => _groups.Count; 49return _groups.Values.GetEnumerator(); 59_groups.AddOrUpdate(groupName, _ => AddConnectionToGroup(connection, new GroupConnectionList()),