3 overrides of ReadElementContentAsDecimal
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryReader.cs (1)
835public override decimal ReadElementContentAsDecimal()
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
296public override decimal ReadElementContentAsDecimal() {
System\Xml\Core\XsdValidatingReader.cs (1)
733public override Decimal ReadElementContentAsDecimal() {
3 references to ReadElementContentAsDecimal
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
443return reader.ReadElementContentAsDecimal();
System.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
298return coreReader.ReadElementContentAsDecimal();
System\Xml\Core\XmlReader.cs (1)
455return ReadElementContentAsDecimal();