6 references to Count
System.Runtime.Numerics (6)
System\Numerics\BigInteger.cs (6)
1486
TryGetBytes(GetBytesMode.
Count
, default, isUnsigned, IsBigEndian, ref count);
1505
/// If <paramref name="mode"/>==<see cref="GetBytesMode.
Count
"/>, the number of bytes that would be written.
1510
/// If <paramref name="mode"/>==<see cref="GetBytesMode.
Count
"/>, null.
1516
Debug.Assert(mode is GetBytesMode.AllocateArray or GetBytesMode.
Count
or GetBytesMode.Span, $"Unexpected mode {mode}.");
1527
case GetBytesMode.
Count
:
1624
case GetBytesMode.
Count
: