Home
last modified time | relevance | path

Searched defs:WriteDecimalText (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlNodeWriter.cs95 public abstract void WriteDecimalText(decimal value); in WriteDecimalText() method in System.Xml.XmlNodeWriter
145 public override void WriteDecimalText(decimal value) { } in WriteDecimalText() method in System.Xml.XmlNodeWriter.XmlNullNodeWriter
H A DXmlSigningNodeWriter.cs272 public override void WriteDecimalText(decimal value) in WriteDecimalText() method in System.Xml.XmlSigningNodeWriter
H A DXmlUTF8TextWriter.cs656 public override void WriteDecimalText(decimal value) in WriteDecimalText() method in System.Xml.XmlUTF8NodeWriter
H A DXmlBinaryWriter.cs796 public unsafe override void WriteDecimalText(decimal d) in WriteDecimalText() method in System.Xml.XmlBinaryNodeWriter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlNodeWriter.cs93 public abstract void WriteDecimalText(decimal value); in WriteDecimalText() method in System.Xml.XmlNodeWriter
139 public override void WriteDecimalText(decimal value) { } in WriteDecimalText() method in System.Xml.XmlNodeWriter.XmlNullNodeWriter
H A DXmlSigningNodeWriter.cs271 public override void WriteDecimalText(decimal value) in WriteDecimalText() method in System.Xml.XmlSigningNodeWriter
H A DXmlUTF8TextWriter.cs649 public override void WriteDecimalText(decimal value) in WriteDecimalText() method in System.Xml.XmlUTF8NodeWriter
H A DXmlBinaryWriter.cs823 unsafe public override void WriteDecimalText(decimal d) in WriteDecimalText() method in System.Xml.XmlBinaryNodeWriter