7 references to Abs
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
FileHasher.cs (1)
42var dividend = BigInteger.Abs(new BigInteger(hash.AsSpan()[..9].ToArray()));
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ScopedCss\ComputeCssScope.cs (1)
66var dividend = BigInteger.Abs(new BigInteger([.. hash.AsSpan()[..9]]));
Utils\FileHasher.cs (1)
42var dividend = BigInteger.Abs(new BigInteger(hash.AsSpan()[..9].ToArray()));
System.Runtime.Numerics (4)
System\Numerics\BigInteger.cs (4)
3960int compareResult = Abs(x).CompareTo(Abs(y)); 3973int compareResult = Abs(x).CompareTo(Abs(y));