3 writes to pow1E9
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (3)
1116this.pow1E9 = pow1E9; 1328this.pow1E9 = LeadingPowers1E9; 1333this.pow1E9 = pow1E9;
2 references to pow1E9
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
1149/// Pre-calculated cumulative lengths into <see cref="pow1E9"/>. 1390return pow1E9.Slice(from, toExclusive - from);