2 references to GetCellWidth
aspire (1)
Utils\EmojiWidth.cs (1)
22return s_cellLengthCache.GetOrAdd(emojiName, static (name, c) => GetCellWidth(name, c), console);
Aspire.Cli.Tests (1)
Utils\EmojiWidthTests.cs (1)
43var width = EmojiWidth.GetCellWidth(emojiName, console);