2 overrides of ValueAsInt
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (1)
308
public override int
ValueAsInt
System\Xml\XPath\XPathNavigator.cs (1)
276
public override int
ValueAsInt
1 reference to ValueAsInt
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XslNumber.cs (1)
266
dblVal = (double)item.
ValueAsInt
;