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