3 references to s_intArrayWithElement3
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
46internal int[] _numberGroupSizes = s_intArrayWithElement3; // default to [3]; only clones of this array are handed out 47internal int[] _currencyGroupSizes = s_intArrayWithElement3; // default to [3]; only clones of this array are handed out 48internal int[] _percentGroupSizes = s_intArrayWithElement3; // default to [3]; only clones of this array are handed out