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