2 references to Zero
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int128.cs (2)
2087public static Int128 operator -(Int128 value) => Zero - value; 2090public static Int128 operator checked -(Int128 value) => checked(Zero - value);