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