10 references to UInt32Type
System.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1145if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 1151if (sourceType == UInt32Type) return this.ChangeType((long) (uint) value, destinationType); 1169if (sourceType == UInt32Type) return this.ChangeType((long) (uint) value, destinationType); 1179if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 2392if (sourceType == UInt32Type) return XmlConvert.ToString((uint) value); 2497if (destinationType == UInt32Type) return Int64ToUInt32(XmlConvert.ToInt64((string) value)); 2557if (destinationType == UInt32Type) { 2643if (clrType == UInt32Type) return true; 3008if (sourceType == UInt32Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedInt), value)); 3180if (itemTypeDst == UInt32Type) return ToArray<uint>(value, nsResolver);