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