10 references to Long
System.Private.Xml (10)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4231
value = GetValueConverter(XmlTypeCode.
Long
).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
272
case XmlTypeCode.
Long
:
System\Xml\Schema\DataTypeImplementation.cs (1)
3217
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
Long
; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
158
XmlTypeCode.
Long
=> "Long",
System\Xml\Schema\XmlValueConverter.cs (2)
2733
if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.
Long
), (long)value));
2801
if (sourceType == Int64Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.
Long
), (long)value));
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
289
case XmlTypeCode.
Long
:
295
case XmlTypeCode.
Long
:
System\Xml\Xsl\XmlQueryType.cs (1)
778
/* Int */ XmlTypeCode.
Long
,
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
225
public static readonly XmlQueryType LongX = TF.Type(XmlTypeCode.
Long
, true);