1 instantiation of IconKey
Aspire.Dashboard (1)
Model\IconResolver.cs (1)
25
return _iconCache.GetOrAdd(new
IconKey
(iconName, desiredIconSize ?? IconSize.Size20, iconVariant ?? IconVariant.Regular), key =>
3 references to IconKey
Aspire.Dashboard (3)
Model\IconResolver.cs (3)
14
private readonly ConcurrentDictionary<
IconKey
, Icon?> _iconCache = new();
69
static bool TryGetIcon(List<IconSize> triedSizes,
IconKey
key, IconSize size, [NotNullWhen(true)] out CustomIcon? icon)
82
private static bool TryGetIconCore(
IconKey
key, IconSize size, [NotNullWhen(true)] out CustomIcon? icon)