4 references to Int32ToInt16
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
1102
if (destinationType == Int16Type) return
Int32ToInt16
(this.ToInt32(value));
1138
if (destinationType == Int16Type) return
Int32ToInt16
(this.ToInt32(value));
2341
if (destinationType == Int16Type) return
Int32ToInt16
(XmlConvert.ToInt32((string)value));
2397
if (sourceType == StringType) return
Int32ToInt16
(XmlConvert.ToInt32((string)value));