4 references to DecimalToUInt64
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1263if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1299if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 2769if (destinationType == UInt64Type) return DecimalToUInt64(XmlConvert.ToDecimal((string)value)); 2849if (sourceType == StringType) return DecimalToUInt64(XmlConvert.ToDecimal((string)value));