Base:
property
ValueAsInt
System.Xml.XPath.XPathItem.ValueAsInt
4 references to ValueAsInt
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (3)
937if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).ValueAsInt; 2629if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).ValueAsInt; 2779if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).ValueAsInt;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5406return this.f.LiteralInt32(value.ValueAsInt);