2 writes to pow1E9
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
1218this.pow1E9 = LeadingPowers1E9; 1222this.pow1E9 = pow1E9;
1 reference to pow1E9
System.Runtime.Numerics (1)
System\Number.BigInteger.cs (1)
1262return pow1E9.Slice(from, toExclusive - from);