6 references to cInf
System.Runtime.Numerics (6)
System\Numerics\BigIntegerCalculator.SquMul.cs (6)
653
Debug.Assert(
cInf
.Length >= right.
cInf
.Length);
669
ReadOnlySpan<uint> pInf =
cInf
;
670
ReadOnlySpan<uint> qInf = right.
cInf
;
706
Debug.Assert(!
cInf
.IsEmpty);
714
ReadOnlySpan<uint> pInf =
cInf
;