2 references to NumberGroupSizes
System.Private.CoreLib (2)
src\libraries\Common\src\System\Number.Formatting.Common.cs (2)
481int[] groupDigits = info.NumberGroupSizes(); 897FormatFixed(ref vlb, ref number, nMaxDigits, info.NumberGroupSizes(), info.NumberDecimalSeparatorTChar<TChar>(), info.NumberGroupSeparatorTChar<TChar>());