2 overrides of WriteTimeSpanText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
897
public override void
WriteTimeSpanText
(TimeSpan value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
800
public 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);