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