10 references to UInt32Type
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1262if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 1268if (sourceType == UInt32Type) return this.ChangeType((long)(uint)value, destinationType); 1287if (sourceType == UInt32Type) return this.ChangeType((long)(uint)value, destinationType); 1298if (destinationType == UInt32Type) return Int64ToUInt32(this.ToInt64(value)); 2654if (sourceType == UInt32Type) return XmlConvert.ToString((uint)value); 2768if (destinationType == UInt32Type) return Int64ToUInt32(XmlConvert.ToInt64((string)value)); 2843if (destinationType == UInt32Type) 2940if (clrType == UInt32Type) return true; 3339if (sourceType == UInt32Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedInt), value)); 3529if (itemTypeDst == UInt32Type) return ToArray<uint>(value, nsResolver);