6 references to UnsignedLong
System.Private.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4259
value = GetValueConverter(XmlTypeCode.
UnsignedLong
).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
273
case XmlTypeCode.
UnsignedLong
:
System\Xml\Schema\DataTypeImplementation.cs (1)
3466
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
UnsignedLong
; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
163
XmlTypeCode.
UnsignedLong
=> "UnsignedLong",
System\Xml\Schema\XmlValueConverter.cs (1)
2808
if (sourceType == UInt64Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.
UnsignedLong
), value));
System\Xml\Xsl\XmlQueryType.cs (1)
783
/* UnsignedInt */ XmlTypeCode.
UnsignedLong
,