Base:
2 overrides of ReadContentAsDecimal
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (1)
1616public override decimal ReadContentAsDecimal()
System\Xml\XmlDictionaryReader.cs (1)
1676public override decimal ReadContentAsDecimal()
2 references to ReadContentAsDecimal
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1234WriteValue(reader.ReadContentAsDecimal());
System\Xml\XmlDictionaryReader.cs (1)
817value = ReadContentAsDecimal();