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