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