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