4 references to Zero
System.Net.Primitives (1)
System\Net\IPNetwork.cs (1)
270return value != UInt128.Zero;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
1087return (right == left) ? One : Zero; 2122public static UInt128 operator -(UInt128 value) => Zero - value; 2125public static UInt128 operator checked -(UInt128 value) => checked(Zero - value);