3 overrides of ReadElementContentAsDecimal
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryReader.cs (1)
804public override decimal ReadElementContentAsDecimal()
System.Private.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
352public override decimal ReadElementContentAsDecimal()
System\Xml\Core\XsdValidatingReader.cs (1)
923public override decimal ReadElementContentAsDecimal()
3 references to ReadElementContentAsDecimal
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
432return reader.ReadElementContentAsDecimal();
System.Private.Xml (2)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
355return _coreReader.ReadElementContentAsDecimal();
System\Xml\Core\XmlReader.cs (1)
465return ReadElementContentAsDecimal();