4 references to Int64ToUInt32
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1145if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 1179if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 2497if (destinationType == UInt32Type) return Int64ToUInt32(XmlConvert.ToInt64((string) value)); 2558if (sourceType == StringType) return Int64ToUInt32(XmlConvert.ToInt64((string) value));