Base:
property
ValueAsLong
System.Xml.XPath.XPathItem.ValueAsLong
5 references to ValueAsLong
System.Private.Xml (5)
System\Xml\Schema\XmlValueConverter.cs (3)
962
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).
ValueAsLong
;
2645
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).
ValueAsLong
;
2783
if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).
ValueAsLong
;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5408
return this.f.LiteralInt64(value.
ValueAsLong
);
System\Xml\Xsl\Runtime\XsltConvert.cs (1)
290
return new XmlAtomicValue(destinationType.SchemaType, ToDouble(value.
ValueAsLong
));