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