Base:
property
ValueAsInt
System.Xml.XPath.XPathItem.ValueAsInt
4 references to ValueAsInt
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
4129return this.f.LiteralInt32(value.ValueAsInt);
System.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
974if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).ValueAsInt; 2831if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).ValueAsInt; 2983if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).ValueAsInt;