9 references to Abs
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
parent\parent\StaticWebAssetsSdk\Tasks\Utils\FileHasher.cs (1)
42var dividend = BigInteger.Abs(new BigInteger(hash.AsSpan()[..9].ToArray()));
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ScopedCss\ComputeCssScope.cs (1)
67var 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 (6)
System\Numerics\BigInteger.cs (6)
1076return Abs(right); 1081return Abs(left); 4849int compareResult = Abs(x).CompareTo(Abs(y)); 4859int compareResult = Abs(x).CompareTo(Abs(y));