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