4 references to DecimalToInt64
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1086return DecimalToInt64((decimal)value); 1100if (TypeCode == XmlTypeCode.Decimal) return DecimalToInt64(XmlConvert.ToDecimal((string)value)); 1109if (sourceType == DecimalType) return DecimalToInt64((decimal)value); 1176if (destinationType == Int64Type) return DecimalToInt64((decimal)value);