1 reference to Indexes32
System.Runtime.Numerics (1)
System\Number.BigInteger.cs (1)
1152
private static ReadOnlySpan<int> Indexes => nint.Size == 8 ? Indexes64 :
Indexes32
;