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