7 references to _webSocketConnections
Microsoft.WebTools.AspireService.Tests (7)
SocketConnectionManager.cs (7)
28foreach (var connection in _webSocketConnections) 34_webSocketConnections.Clear(); 44if (_webSocketConnections.TryGetValue(dcpId, out var existingConnection)) 46_webSocketConnections.Remove(dcpId); 59_webSocketConnections[dcpId] = newConnection; 67_webSocketConnections.Remove(connection.DcpId); 76_webSocketConnections.TryGetValue(dcpId, out var connection);