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