3 references to DecimalToInt64
System.Private.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
949if (TypeCode == XmlTypeCode.Decimal) return DecimalToInt64(XmlConvert.ToDecimal((string)value)); 958if (sourceType == DecimalType) return DecimalToInt64((decimal)value); 1019if (destinationType == Int64Type) return DecimalToInt64((decimal)value);