6 references to UnsignedShort
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4245value = GetValueConverter(XmlTypeCode.UnsignedShort).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
269case XmlTypeCode.UnsignedShort:
System\Xml\Schema\DataTypeImplementation.cs (1)
3574public override XmlTypeCode TypeCode { get { return XmlTypeCode.UnsignedShort; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
165XmlTypeCode.UnsignedShort => "UnsignedShort",
System\Xml\Schema\XmlValueConverter.cs (1)
2806if (sourceType == UInt16Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedShort), value));
System\Xml\Xsl\XmlQueryType.cs (1)
785/* UnsignedByte */ XmlTypeCode.UnsignedShort,