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