4 overrides of WriteDecimalText
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
769public override void WriteDecimalText(decimal d)
System\Xml\XmlNodeWriter.cs (1)
136public override void WriteDecimalText(decimal value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
277public override void WriteDecimalText(decimal value)
System\Xml\XmlUTF8TextWriter.cs (1)
568public override void WriteDecimalText(decimal value)
2 references to WriteDecimalText
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
1323_writer.WriteDecimalText(value);
System\Xml\XmlSigningNodeWriter.cs (1)
283_writer.WriteDecimalText(value);