11 references to Int64
System.Private.DataContractSerialization (11)
System\Xml\ValueHandle.cs (9)
168
case ValueHandleType.
Int64
:
237
if (type == ValueHandleType.
Int64
)
271
if (type == ValueHandleType.
Int64
)
295
if (type >= ValueHandleType.Int8 && type <= ValueHandleType.
Int64
)
366
if (type >= ValueHandleType.Int8 && type <= ValueHandleType.
Int64
)
487
case ValueHandleType.
Int64
:
565
case ValueHandleType.
Int64
:
624
case ValueHandleType.
Int64
:
900
Debug.Assert(_type == ValueHandleType.
Int64
|| _type == ValueHandleType.TimeSpan || _type == ValueHandleType.DateTime);
System\Xml\XmlBinaryReader.cs (1)
673
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int64
, ValueHandleLength.Int64);
System\Xml\XmlBufferReader.cs (1)
1157
ReadValue(value, ValueHandleType.
Int64
, ValueHandleLength.Int64);