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