12 references to Buf24
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.DecCalc.cs (12)
591
private static int ScaleResult(ref
Buf24
bufRes, int hiRes, int scale)
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);
1062
Unsafe.SkipInit(out
Buf24
bufNum);
1091
if ((uint)++hiProd >=
Buf24
.Length)
1170
if ((uint)cur >=
Buf24
.Length)
1432
Unsafe.SkipInit(out
Buf24
bufProd);
2307
ref
Buf24
head = ref Window<
Buf24
>(buf, 0);
2689
public Span<uint> AsSpan() => MemoryMarshal.CreateSpan(ref Unsafe.As<
Buf24
, uint>(ref this), Length);