10 references to UInt64Type
System.Private.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1106if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 1112if (sourceType == UInt64Type) return this.ChangeType((decimal)(ulong)value, destinationType); 1131if (sourceType == UInt64Type) return this.ChangeType((decimal)(ulong)value, destinationType); 1142if (destinationType == UInt64Type) return DecimalToUInt64(this.ToDecimal(value)); 2255if (sourceType == UInt64Type) return XmlConvert.ToString((ulong)value); 2349if (destinationType == UInt64Type) return DecimalToUInt64(XmlConvert.ToDecimal((string)value)); 2427if (destinationType == UInt64Type) 2521if (clrType == UInt64Type) return true; 2808if (sourceType == UInt64Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedLong), value)); 2998if (itemTypeDst == UInt64Type) return ToArray<ulong>(value, nsResolver);