10 references to Int16Type
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (10)
1259
if (destinationType ==
Int16Type
) return Int32ToInt16(this.ToInt32(value));
1265
if (sourceType ==
Int16Type
) return this.ChangeType((int)(short)value, destinationType);
1284
if (sourceType ==
Int16Type
) return this.ChangeType((int)(short)value, destinationType);
1295
if (destinationType ==
Int16Type
) return Int32ToInt16(this.ToInt32(value));
2646
if (sourceType ==
Int16Type
) return XmlConvert.ToString((short)value);
2761
if (destinationType ==
Int16Type
) return Int32ToInt16(XmlConvert.ToInt32((string)value));
2815
if (destinationType ==
Int16Type
)
2933
if (clrType ==
Int16Type
) return true;
3331
if (sourceType ==
Int16Type
) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Short), value));
3521
if (itemTypeDst ==
Int16Type
) return ToArray<short>(value, nsResolver);