10 references to UInt32Type
System.Private.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1105if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 1111if (sourceType == UInt32Type) return this.ChangeType((long)(uint)value, destinationType); 1130if (sourceType == UInt32Type) return this.ChangeType((long)(uint)value, destinationType); 1141if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 2254if (sourceType == UInt32Type) return XmlConvert.ToString((uint)value); 2348if (destinationType == UInt32Type) return Int64ToUInt32(XmlConvert.ToInt64((string)value)); 2423if (destinationType == UInt32Type) 2520if (clrType == UInt32Type) return true; 2807if (sourceType == UInt32Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedInt), value)); 2997if (itemTypeDst == UInt32Type) return ToArray<uint>(value, nsResolver);