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