4 references to Int32ToInt16
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1142
if (destinationType == Int16Type) return
Int32ToInt16
(this.ToInt32(value));
1176
if (destinationType == Int16Type) return
Int32ToInt16
(this.ToInt32(value));
2490
if (destinationType == Int16Type) return
Int32ToInt16
(XmlConvert.ToInt32((string) value));
2537
if (sourceType == StringType) return
Int32ToInt16
(XmlConvert.ToInt32((string) value));