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