1 override of ReadContentAsTimeSpan
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1595public override TimeSpan ReadContentAsTimeSpan()
2 references to ReadContentAsTimeSpan
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1215WriteValue(reader.ReadContentAsTimeSpan());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
826value = ReadContentAsTimeSpan();