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