9 references to DecimalFloatingPointString
Microsoft.CodeAnalysis (9)
RealParser.cs (9)
34var str = DecimalFloatingPointString.FromSource(s); 52var str = DecimalFloatingPointString.FromSource(s); 292public static DecimalFloatingPointString FromSource(string source) 332var result = default(DecimalFloatingPointString); 383private static Status ConvertDecimalToFloatingPointBits(DecimalFloatingPointString data, FloatingPointType type, out ulong result) 621private static BigInteger AccumulateDecimalDigitsIntoBigInteger(DecimalFloatingPointString data, uint integer_first_index, uint integer_last_index)