5 overrides of ReadContentAsDecimal
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryReader.cs (1)
649public override decimal ReadContentAsDecimal()
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1433public override decimal ReadContentAsDecimal()
System\Xml\Core\XmlAsyncCheckReader.cs (1)
256public override decimal ReadContentAsDecimal()
System\Xml\Core\XmlSubtreeReader.cs (1)
737public override decimal ReadContentAsDecimal()
System\Xml\Core\XsdValidatingReader.cs (1)
592public override decimal ReadContentAsDecimal()
5 references to ReadContentAsDecimal
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
440return reader.ReadContentAsDecimal();
System.Private.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1525return base.ReadContentAsDecimal();
System\Xml\Core\XmlAsyncCheckReader.cs (1)
259return _coreReader.ReadContentAsDecimal();
System\Xml\Core\XmlReader.cs (1)
453decimal value = ReadContentAsDecimal();
System\Xml\Core\XmlSubtreeReader.cs (1)
742decimal value = reader.ReadContentAsDecimal();