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