6 references to Count
System.Runtime.Numerics (6)
System\Numerics\BigInteger.cs (6)
1504TryGetBytes(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. 1534Debug.Assert(mode is GetBytesMode.AllocateArray or GetBytesMode.Count or GetBytesMode.Span, $"Unexpected mode {mode}."); 1545case GetBytesMode.Count: 1642case GetBytesMode.Count: