7 references to DateTime
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (5)
193case ValueHandleType.DateTime: 389if (_type == ValueHandleType.DateTime) 508case ValueHandleType.DateTime: 598case ValueHandleType.DateTime: 869DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int64 || _type == ValueHandleType.TimeSpan || _type == ValueHandleType.DateTime, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
674ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.DateTime, ValueHandleLength.DateTime);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1317ReadValue(value, ValueHandleType.DateTime, ValueHandleLength.DateTime);