10 references to MaxValue
System.Net.Primitives (2)
System\Net\IPNetwork.cs (2)
101
UInt128 mask = UInt128.
MaxValue
<< (128 - PrefixLength);
266
UInt128 mask = UInt128.
MaxValue
<< (128 - prefixLength);
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2160
UInt128 actualResult = (value == PositiveInfinity) ? UInt128.
MaxValue
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.cs (1)
3341
if (significand > UInt128.
MaxValue
/ 10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.DiyFp128DecimalReduce.cs (1)
114
return coefficient <= (UInt128.
MaxValue
/ pow5);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1925
UInt128 actualResult = (value == PositiveInfinity) ? UInt128.
MaxValue
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1690
UInt128 actualResult = (value >= 340282366920938463463374607431768211455.0) ? UInt128.
MaxValue
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
512
return
MaxValue
;
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
4941
UInt128 actualResult = (value >= UInt128.
MaxValue
) ? UInt128.
MaxValue
: