19 implementations of AllBitsSet
System.Private.CoreLib (18)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
404
static byte IBinaryNumber<byte>.
AllBitsSet
=> MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1366
static char IBinaryNumber<char>.
AllBitsSet
=> (char)0xFFFF;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
544
static double IBinaryNumber<double>.
AllBitsSet
=> BitConverter.UInt64BitsToDouble(0xFFFF_FFFF_FFFF_FFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1235
static Half IBinaryNumber<Half>.
AllBitsSet
=> BitConverter.UInt16BitsToHalf(0xFFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
955
static Int128 IBinaryNumber<Int128>.
AllBitsSet
=> new Int128(0xFFFF_FFFF_FFFF_FFFF, 0xFFFF_FFFF_FFFF_FFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
484
static short IBinaryNumber<short>.
AllBitsSet
=> NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
524
static int IBinaryNumber<int>.
AllBitsSet
=> NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
521
static long IBinaryNumber<long>.
AllBitsSet
=> NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
554
static nint IBinaryNumber<nint>.
AllBitsSet
=> -1;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
866
static BFloat16 IBinaryNumber<BFloat16>.
AllBitsSet
=> new BFloat16(0xFFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
876
static NFloat IBinaryNumber<NFloat>.
AllBitsSet
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
463
static sbyte IBinaryNumber<sbyte>.
AllBitsSet
=> NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
537
static float IBinaryNumber<float>.
AllBitsSet
=> BitConverter.UInt32BitsToSingle(0xFFFF_FFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1242
static UInt128 IBinaryNumber<UInt128>.
AllBitsSet
=> new UInt128(0xFFFF_FFFF_FFFF_FFFF, 0xFFFF_FFFF_FFFF_FFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
409
static ushort IBinaryNumber<ushort>.
AllBitsSet
=> MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
473
static uint IBinaryNumber<uint>.
AllBitsSet
=> MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
480
static ulong IBinaryNumber<ulong>.
AllBitsSet
=> MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
485
static nuint IBinaryNumber<nuint>.
AllBitsSet
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
4021
static BigInteger IBinaryNumber<BigInteger>.
AllBitsSet
=> MinusOne;
19 references to AllBitsSet
System.Private.CoreLib (18)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
403
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1365
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
543
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1234
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
954
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
483
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
523
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
520
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
553
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
865
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
875
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
462
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
536
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1241
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
408
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
472
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
479
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
484
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
4020
/// <inheritdoc cref="IBinaryNumber{TSelf}.
AllBitsSet
" />