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