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