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