4 references to Int32ToUInt16
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1144if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 1178if (destinationType == UInt16Type) return Int32ToUInt16(this.ToInt32(value)); 2496if (destinationType == UInt16Type) return Int32ToUInt16(XmlConvert.ToInt32((string) value)); 2555if (sourceType == StringType) return Int32ToUInt16(XmlConvert.ToInt32((string) value));