6 references to AllocateArray
System.Runtime.Numerics (6)
System\Numerics\BigInteger.cs (6)
1447return 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. 1516Debug.Assert(mode is GetBytesMode.AllocateArray or GetBytesMode.Count or GetBytesMode.Span, $"Unexpected mode {mode}."); 1524case GetBytesMode.AllocateArray: 1620case GetBytesMode.AllocateArray: