4 overrides of WriteDecimalText
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (1)
823unsafe public override void WriteDecimalText(decimal d)
System\Xml\XmlNodeWriter.cs (1)
139public override void WriteDecimalText(decimal value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
271public override void WriteDecimalText(decimal value)
System\Xml\XmlUTF8TextWriter.cs (1)
649public override void WriteDecimalText(decimal value)
2 references to WriteDecimalText
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (1)
1197writer.WriteDecimalText(value);
System\Xml\XmlSigningNodeWriter.cs (1)
277writer.WriteDecimalText(value);