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