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