6 references to ToTimeSpan
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
535return XmlConverter.ToTimeSpan(str);
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
415return XmlConverter.ToTimeSpan(GetString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1604return XmlConverter.ToTimeSpan(ReadContentAsString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
315return ToTimeSpan(ToString(buffer, offset, count));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (2)
563return XmlConverter.ToTimeSpan(ReadContentAsString()); 821value = XmlConverter.ToTimeSpan(string.Empty);