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