4 references to DecimalToInt64
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
985return DecimalToInt64((decimal) value); 996if (TypeCode == XmlTypeCode.Decimal) return DecimalToInt64(XmlConvert.ToDecimal((string) value)); 1004if (sourceType == DecimalType) return DecimalToInt64((decimal) value); 1065if (destinationType == Int64Type) return DecimalToInt64((decimal) value);