4 references to Int32ToUInt16
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1104if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1140if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 2347if (destinationType == UInt16Type) return Int32ToUInt16(XmlConvert.ToInt32((string)value)); 2421if (sourceType == StringType) return Int32ToUInt16(XmlConvert.ToInt32((string)value));