Base:
property
ValueAsLong
System.Xml.XPath.XPathItem.ValueAsLong
5 references to ValueAsLong
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
4131
return this.f.LiteralInt64(value.
ValueAsLong
);
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
297
return new XmlAtomicValue(destinationType.SchemaType, ToDouble(value.
ValueAsLong
));
System.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
1008
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).
ValueAsLong
;
2846
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).
ValueAsLong
;
2986
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).
ValueAsLong
;