1 instantiation of TextMask
Aspire.Dashboard (1)
Utils\DashboardUIHelpers.cs (1)
71return new TextMask(
2 references to TextMask
Aspire.Dashboard (2)
Utils\DashboardUIHelpers.cs (2)
62private static readonly ConcurrentDictionary<int, TextMask> s_cachedMasking = new(); 64public static TextMask GetMaskingText(int length)