10 references to UInt16Type
System.Private.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1104if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1110if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType); 1129if (sourceType == UInt16Type) return this.ChangeType((int)(ushort)value, destinationType); 1140if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 2253if (sourceType == UInt16Type) return XmlConvert.ToString((ushort)value); 2347if (destinationType == UInt16Type) return Int32ToUInt16(XmlConvert.ToInt32((string)value)); 2419if (destinationType == UInt16Type) 2519if (clrType == UInt16Type) return true; 2806if (sourceType == UInt16Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedShort), value)); 2996if (itemTypeDst == UInt16Type) return ToArray<ushort>(value, nsResolver);