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