2 overrides of WriteTimeSpanText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
897public override void WriteTimeSpanText(TimeSpan value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
800public override void WriteTimeSpanText(TimeSpan value)
1 reference to WriteTimeSpanText
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1416_writer.WriteTimeSpanText(value);