8 references to DateTime
System.Runtime.Serialization (8)
System\Xml\ValueHandle.cs (6)
193case ValueHandleType.DateTime: 389if (type == ValueHandleType.DateTime) 509case ValueHandleType.DateTime: 592case ValueHandleType.DateTime: 646case ValueHandleType.DateTime: 919Fx.Assert(type == ValueHandleType.Int64 || type == ValueHandleType.TimeSpan || type == ValueHandleType.DateTime, "");
System\Xml\XmlBinaryReader.cs (1)
702ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.DateTime, ValueHandleLength.DateTime);
System\Xml\XmlBufferReader.cs (1)
1345ReadValue(value, ValueHandleType.DateTime, ValueHandleLength.DateTime);