10 references to Int16Type
System.Private.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1102if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 1108if (sourceType == Int16Type) return this.ChangeType((int)(short)value, destinationType); 1127if (sourceType == Int16Type) return this.ChangeType((int)(short)value, destinationType); 1138if (destinationType == Int16Type) return Int32ToInt16(this.ToInt32(value)); 2246if (sourceType == Int16Type) return XmlConvert.ToString((short)value); 2341if (destinationType == Int16Type) return Int32ToInt16(XmlConvert.ToInt32((string)value)); 2395if (destinationType == Int16Type) 2513if (clrType == Int16Type) return true; 2799if (sourceType == Int16Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Short), value)); 2989if (itemTypeDst == Int16Type) return ToArray<short>(value, nsResolver);