10 references to Long
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XsltConvert.cs (2)
296
case XmlTypeCode.
Long
:
302
case XmlTypeCode.
Long
:
System\Xml\Xsl\XmlQueryType.cs (1)
753
/* Int */ XmlTypeCode.
Long
,
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
228
public static readonly XmlQueryType LongX = TF.Type(XmlTypeCode.
Long
, true);
System.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3770
value = GetValueConverter(XmlTypeCode.
Long
).ChangeType(
System\Xml\Schema\ConstraintStruct.cs (1)
242
case XmlTypeCode.
Long
:
System\Xml\Schema\DataTypeImplementation.cs (1)
2973
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
Long
; }}
System\Xml\Schema\XmlSchemaDataType.cs (1)
227
case XmlTypeCode.
Long
:
System\Xml\Schema\XmlValueConverter.cs (2)
2936
if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.
Long
), (long) value));
3002
if (sourceType == Int64Type) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.
Long
), (long) value));