1 override of ReadElementContentAsTimeSpan
System.Runtime.Serialization (1)
System\Xml\XmlBinaryReader.cs (1)
264public override TimeSpan ReadElementContentAsTimeSpan()
5 references to ReadElementContentAsTimeSpan
System.Runtime.Serialization (2)
System\Xml\XmlBinaryReader.cs (1)
275return base.ReadElementContentAsTimeSpan();
System\Xml\XmlDictionaryReader.cs (1)
1335array[offset + actual] = ReadElementContentAsTimeSpan();
System.ServiceModel (3)
System\ServiceModel\Channels\CreateSequence.cs (2)
55info.Expires = reader.ReadElementContentAsTimeSpan(); 84info.OfferExpires = reader.ReadElementContentAsTimeSpan();
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
99reader.ReadElementContentAsTimeSpan();