1 override of ReadContentAsDateTimeOffset
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
336public override DateTimeOffset ReadContentAsDateTimeOffset()
6 references to ReadContentAsDateTimeOffset
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAsyncCheckReader.cs (1)
339return _coreReader.ReadContentAsDateTimeOffset();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableReader.cs (1)
117public override DateTime ReadContentAsDateTime() { return InnerReader.ReadContentAsDateTimeOffset().DateTime; }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1205WriteValue(reader.ReadContentAsDateTimeOffset().DateTime);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (2)
740value = ReadContentAsDateTimeOffset().DateTime; 1542return _reader.ReadContentAsDateTimeOffset().DateTime;
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlUtil.cs (1)
149value = reader.ReadContentAsDateTimeOffset().DateTime;