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