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