6 references to AllocateArray
System.Runtime.Numerics (6)
System\Numerics\BigInteger.cs (6)
1447
return TryGetBytes(GetBytesMode.
AllocateArray
, default, isUnsigned, isBigEndian, ref ignored)!;
1504
/// If <paramref name="mode"/>==<see cref="GetBytesMode.
AllocateArray
"/>, ignored.
1509
/// If <paramref name="mode"/>==<see cref="GetBytesMode.
AllocateArray
"/>, the result array.
1516
Debug.Assert(mode is GetBytesMode.
AllocateArray
or GetBytesMode.Count or GetBytesMode.Span, $"Unexpected mode {mode}.");
1524
case GetBytesMode.
AllocateArray
:
1620
case GetBytesMode.
AllocateArray
: