2 references to GetWidth
dotnet-new.IntegrationTests (2)
DotnetNewSearchTests.cs (2)
921
int inputLength = input.Aggregate(0, (aggr, next) => aggr + Wcwidth.UnicodeCalculator.
GetWidth
(next));
931
int charLength = Wcwidth.UnicodeCalculator.
GetWidth
(c);