11 references to Int64
System.Runtime.Serialization (11)
System\Xml\ValueHandle.cs (9)
183
case ValueHandleType.
Int64
:
252
if (type == ValueHandleType.
Int64
)
286
if (type == ValueHandleType.
Int64
)
310
if (type >= ValueHandleType.Int8 && type <= ValueHandleType.
Int64
)
378
if (type >= ValueHandleType.Int8 && type <= ValueHandleType.
Int64
)
499
case ValueHandleType.
Int64
:
577
case ValueHandleType.
Int64
:
636
case ValueHandleType.
Int64
:
919
Fx.Assert(type == ValueHandleType.
Int64
|| type == ValueHandleType.TimeSpan || type == ValueHandleType.DateTime, "");
System\Xml\XmlBinaryReader.cs (1)
687
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Int64
, ValueHandleLength.Int64);
System\Xml\XmlBufferReader.cs (1)
1330
ReadValue(value, ValueHandleType.
Int64
, ValueHandleLength.Int64);