1 override of ReadElementContentAsDecimal
System.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
301public override decimal ReadElementContentAsDecimal(string localName, string namespaceURI) {
1 reference to ReadElementContentAsDecimal
System.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
303return coreReader.ReadElementContentAsDecimal(localName, namespaceURI);