2 references to Pow
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
752var powerOfTwo = BigInteger.Pow(s_bigTwo, (int)shift); 763var powerOfTen = BigInteger.Pow(s_bigTen, (int)power);