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