Base:
3 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
()
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
871
public override decimal
ReadContentAsDecimal
()
3 references to ReadContentAsDecimal
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1234
WriteValue(reader.
ReadContentAsDecimal
());
System\Xml\XmlDictionaryReader.cs (1)
817
value =
ReadContentAsDecimal
();
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
874
return _xmlReader.
ReadContentAsDecimal
();