1 instantiation of IconKey
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
169return s_iconCache.GetOrAdd(new IconKey(iconName, iconVariant ?? IconVariant.Regular), static key =>
2 references to IconKey
Aspire.Dashboard (2)
Model\ResourceViewModel.cs (2)
138private static readonly ConcurrentDictionary<IconKey, CustomIcon?> s_iconCache = new(); 186private static bool TryGetIcon(IconKey key, IconSize size, [NotNullWhen(true)] out CustomIcon? icon)