3 references to _connectionList
SocialWeather (3)
PersistentConnectionLifeTimeManager.cs (3)
33
_connectionList
.Add(connection);
38
_connectionList
.Remove(connection);
43
foreach (var connection in
_connectionList
)