4 overrides of WriteTimeSpanText
System.Runtime.Serialization (4)
System\Xml\XmlBinaryWriter.cs (1)
866public override void WriteTimeSpanText(TimeSpan value)
System\Xml\XmlNodeWriter.cs (1)
142public override void WriteTimeSpanText(TimeSpan value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
301public override void WriteTimeSpanText(TimeSpan value)
System\Xml\XmlUTF8TextWriter.cs (1)
1237public override void WriteTimeSpanText(TimeSpan value)
2 references to WriteTimeSpanText
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (1)
1307writer.WriteTimeSpanText(value);
System\Xml\XmlSigningNodeWriter.cs (1)
307writer.WriteTimeSpanText(value);