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