8 references to Length
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (8)
593
Debug.Assert((uint)hiRes < Buf24.
Length
);
599
if ((uint)hiRes >= Buf24.
Length
)
656
if ((uint)hiRes >= Buf24.
Length
)
736
Debug.Assert(cur < Buf24.
Length
);
1091
if ((uint)++hiProd >= Buf24.
Length
)
1170
if ((uint)cur >= Buf24.
Length
)
2637
[InlineArray(
Length
)]
2689
public Span<uint> AsSpan() => MemoryMarshal.CreateSpan(ref Unsafe.As<Buf24, uint>(ref this),
Length
);