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