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