10 references to UInt64Type
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1263
if (destinationType ==
UInt64Type
) return DecimalToUInt64(this.ToDecimal(value));
1269
if (sourceType ==
UInt64Type
) return this.ChangeType((decimal)(ulong)value, destinationType);
1288
if (sourceType ==
UInt64Type
) return this.ChangeType((decimal)(ulong)value, destinationType);
1299
if (destinationType ==
UInt64Type
) return DecimalToUInt64(this.ToDecimal(value));
2655
if (sourceType ==
UInt64Type
) return XmlConvert.ToString((ulong)value);
2769
if (destinationType ==
UInt64Type
) return DecimalToUInt64(XmlConvert.ToDecimal((string)value));
2847
if (destinationType ==
UInt64Type
)
2941
if (clrType ==
UInt64Type
) return true;
3340
if (sourceType ==
UInt64Type
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedLong), value));
3530
if (itemTypeDst ==
UInt64Type
) return ToArray<ulong>(value, nsResolver);