5 references to Sign
Microsoft.Build (1)
Collections\HashTableUtility.cs (1)
42int comparison = Math.Sign(h1.Count - h2.Count);
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
680public static int Sign(int value) => Math.Sign(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
1467return Sign((int)value); 1493return Sign((int)value);
System.Runtime.Numerics (1)
System\Numerics\BigIntegerCalculator.SquMul.cs (1)
742int z1Sign = Math.Sign(r1Length);