9 references to MaxValue
System.Net.Primitives (2)
System\Net\IPNetwork.cs (2)
118UInt128 mask = UInt128.MaxValue << (128 - PrefixLength); 273UInt128 mask = UInt128.MaxValue << (128 - prefixLength);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2148UInt128 actualResult = (value == PositiveInfinity) ? UInt128.MaxValue :
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1763UInt128 actualResult = (value >= 340282366920938463463374607431768211455.0) ? UInt128.MaxValue :
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
518return MaxValue;
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (2)
4857UInt128 actualResult = (value >= UInt128.MaxValue) ? UInt128.MaxValue :
System\Numerics\Complex.cs (2)
1934UInt128 actualResult = (value.m_real >= 340282366920938463463374607431768211455.0) ? UInt128.MaxValue : 2070UInt128 actualResult = (value.m_real >= 340282366920938463463374607431768211455.0) ? UInt128.MaxValue :