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