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