3 writes to pow1E9
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (3)
1160
this.
pow1E9
= pow1E9;
1372
this.
pow1E9
= LeadingPowers1E9;
1377
this.
pow1E9
= pow1E9;
2 references to pow1E9
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
1193
/// Pre-calculated cumulative lengths into <see cref="
pow1E9
"/>.
1434
return
pow1E9
.Slice(from, toExclusive - from);