3 references to xl
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
5244
Span<uint> xd = (
xl
<= BigIntegerCalculator.StackAllocThreshold
5246
: xdFromPool = ArrayPool<uint>.Shared.Rent(
xl
)).Slice(0,
xl
);