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