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