6 references to UnsignedLong
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryType.cs (1)
758
/* UnsignedInt */ XmlTypeCode.
UnsignedLong
,
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3794
value = GetValueConverter(XmlTypeCode.
UnsignedLong
).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
243
case XmlTypeCode.
UnsignedLong
:
System\Xml\Schema\DataTypeImplementation.cs (1)
3215
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
UnsignedLong
; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
237
case XmlTypeCode.
UnsignedLong
:
System\Xml\Schema\XmlValueConverter.cs (1)
3009
if (sourceType == UInt64Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.
UnsignedLong
), value));