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