10 references to UInt16Type
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1261
if (destinationType ==
UInt16Type
) return Int32ToUInt16(this.ToInt32(value));
1267
if (sourceType ==
UInt16Type
) return this.ChangeType((int)(ushort)value, destinationType);
1286
if (sourceType ==
UInt16Type
) return this.ChangeType((int)(ushort)value, destinationType);
1297
if (destinationType ==
UInt16Type
) return Int32ToUInt16(this.ToInt32(value));
2653
if (sourceType ==
UInt16Type
) return XmlConvert.ToString((ushort)value);
2767
if (destinationType ==
UInt16Type
) return Int32ToUInt16(XmlConvert.ToInt32((string)value));
2839
if (destinationType ==
UInt16Type
)
2939
if (clrType ==
UInt16Type
) return true;
3338
if (sourceType ==
UInt16Type
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedShort), value));
3528
if (itemTypeDst ==
UInt16Type
) return ToArray<ushort>(value, nsResolver);