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