10 references to UInt64Type
System.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1146if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1152if (sourceType == UInt64Type) return this.ChangeType((decimal) (ulong) value, destinationType); 1170if (sourceType == UInt64Type) return this.ChangeType((decimal) (ulong) value, destinationType); 1180if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 2393if (sourceType == UInt64Type) return XmlConvert.ToString((ulong) value); 2498if (destinationType == UInt64Type) return DecimalToUInt64(XmlConvert.ToDecimal((string) value)); 2560if (destinationType == UInt64Type) { 2644if (clrType == UInt64Type) return true; 3009if (sourceType == UInt64Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedLong), value)); 3181if (itemTypeDst == UInt64Type) return ToArray<ulong>(value, nsResolver);