8 references to DateTime
System.Private.DataContractSerialization (8)
System\Xml\ValueHandle.cs (6)
178case ValueHandleType.DateTime: 377if (_type == ValueHandleType.DateTime) 497case ValueHandleType.DateTime: 580case ValueHandleType.DateTime: 634case ValueHandleType.DateTime: 900Debug.Assert(_type == ValueHandleType.Int64 || _type == ValueHandleType.TimeSpan || _type == ValueHandleType.DateTime);
System\Xml\XmlBinaryReader.cs (1)
688ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.DateTime, ValueHandleLength.DateTime);
System\Xml\XmlBufferReader.cs (1)
1172ReadValue(value, ValueHandleType.DateTime, ValueHandleLength.DateTime);