6 references to Count
System.Runtime.Numerics (6)
System\Numerics\BigInteger.cs (6)
1298TryGetBytes(GetBytesMode.Count, default(Span<byte>), isUnsigned, IsBigEndian, ref count); 1317/// If <paramref name="mode"/>==<see cref="GetBytesMode.Count"/>, the number of bytes that would be written. 1322/// If <paramref name="mode"/>==<see cref="GetBytesMode.Count"/>, null. 1328Debug.Assert(mode == GetBytesMode.AllocateArray || mode == GetBytesMode.Count || mode == GetBytesMode.Span, $"Unexpected mode {mode}."); 1338case GetBytesMode.Count: 1435case GetBytesMode.Count: