3 references to ToTimeSpan
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (2)
533
return XmlConverter.ToString(
ToTimeSpan
());
617
return
ToTimeSpan
();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1600
TimeSpan value = node.Value.
ToTimeSpan
();