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