19 implementations of AllBitsSet
System.Private.CoreLib (18)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
404static byte IBinaryNumber<byte>.AllBitsSet => MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1366static char IBinaryNumber<char>.AllBitsSet => (char)0xFFFF;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
544static double IBinaryNumber<double>.AllBitsSet => BitConverter.UInt64BitsToDouble(0xFFFF_FFFF_FFFF_FFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1235static Half IBinaryNumber<Half>.AllBitsSet => BitConverter.UInt16BitsToHalf(0xFFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
955static 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)
484static short IBinaryNumber<short>.AllBitsSet => NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
524static int IBinaryNumber<int>.AllBitsSet => NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
521static long IBinaryNumber<long>.AllBitsSet => NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
554static nint IBinaryNumber<nint>.AllBitsSet => -1;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
866static BFloat16 IBinaryNumber<BFloat16>.AllBitsSet => new BFloat16(0xFFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
876static NFloat IBinaryNumber<NFloat>.AllBitsSet
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
463static sbyte IBinaryNumber<sbyte>.AllBitsSet => NegativeOne;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
537static float IBinaryNumber<float>.AllBitsSet => BitConverter.UInt32BitsToSingle(0xFFFF_FFFF);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1242static 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)
409static ushort IBinaryNumber<ushort>.AllBitsSet => MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
473static uint IBinaryNumber<uint>.AllBitsSet => MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
480static ulong IBinaryNumber<ulong>.AllBitsSet => MaxValue;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
485static nuint IBinaryNumber<nuint>.AllBitsSet
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
4021static 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" />