1 override of ReadContentAsTimeSpan
System.Runtime.Serialization (1)
System\Xml\XmlBaseReader.cs (1)
1754public override TimeSpan ReadContentAsTimeSpan()
2 references to ReadContentAsTimeSpan
System.Runtime.Serialization (2)
System\Xml\XmlBinaryWriter.cs (1)
1220WriteValue(reader.ReadContentAsTimeSpan());
System\Xml\XmlDictionaryReader.cs (1)
966value = ReadContentAsTimeSpan();