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