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