6 references to Short
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4217value = GetValueConverter(XmlTypeCode.Short).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
268case XmlTypeCode.Short:
System\Xml\Schema\DataTypeImplementation.cs (1)
3326public override XmlTypeCode TypeCode { get { return XmlTypeCode.Short; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
160XmlTypeCode.Short => "Short",
System\Xml\Schema\XmlValueConverter.cs (1)
2799if (sourceType == Int16Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Short), value));
System\Xml\Xsl\XmlQueryType.cs (1)
780/* Byte */ XmlTypeCode.Short,