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