1 write to _colorIndexByKey
Aspire.Dashboard (1)
src\Shared\ColorGenerator.cs (1)
65_colorIndexByKey = new ConcurrentDictionary<string, Lazy<int>>(StringComparer.OrdinalIgnoreCase);
2 references to _colorIndexByKey
Aspire.Dashboard (2)
src\Shared\ColorGenerator.cs (2)
76return _colorIndexByKey.GetOrAdd(key, k => 109_colorIndexByKey.Clear();