6 references to _processedKeys
Aspire.Dashboard (6)
Components\Controls\TerminalWindowButton.razor.cs (6)
113var uncheckedKeys = WindowKeysToAdopt.Where(key => !_processedKeys.Contains(key)).ToArray(); 116_processedKeys.UnionWith(uncheckedKeys); 124var keys = WindowKeysToAdopt.Where(key => !_processedKeys.Contains(key)).ToArray(); 137_processedKeys.UnionWith(keys); 150_processedKeys.UnionWith(keys); 193_processedKeys.UnionWith(WindowKeysToAdopt);