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