4 overrides of WriteFloatText
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
720public override void WriteFloatText(float f)
System\Xml\XmlNodeWriter.cs (1)
134public override void WriteFloatText(float value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
257public override void WriteFloatText(float value)
System\Xml\XmlUTF8TextWriter.cs (1)
580public override void WriteFloatText(float value)
2 references to WriteFloatText
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
1340_writer.WriteFloatText(value);
System\Xml\XmlSigningNodeWriter.cs (1)
263_writer.WriteFloatText(value);