system\datetime.cs (33)
122private const Int64 TicksCeiling = 0x4000000000000000;
222Int64 ticks = DateToTicks(year, month, day) + TimeToTicks(hour, minute, second);
271Int64 ticks = DateToTicks(year, month, day) + TimeToTicks(hour, minute, second);
296Int64 ticks = DateToTicks(year, month, day) + TimeToTicks(hour, minute, second);
321Int64 ticks = calendar.ToDateTime(year, month, day, hour, minute, second, 0).Ticks;
355Int64 ticks = calendar.ToDateTime(year, month, day, hour, minute, second, 0).Ticks;
379Int64 serializedTicks = 0;
409Int64 ticks = InternalTicks;
417internal Int64 InternalTicks {
419return (Int64)(dateData & TicksMask);
566Int64 ticks1 = t1.InternalTicks;
567Int64 ticks2 = t2.InternalTicks;
700public static DateTime FromBinary(Int64 dateData) {
701if ((dateData & (unchecked( (Int64) LocalMask))) != 0) {
706Int64 ticks = dateData & (unchecked((Int64)TicksMask));
714Int64 offsetTicks;
746internal static DateTime FromBinaryRaw(Int64 dateData) {
747Int64 ticks = dateData & (Int64)TicksMask;
808public Int64 ToBinary() {
821Int64 ticks = Ticks;
822Int64 storedTicks = ticks - offset.Ticks;
826return storedTicks | (unchecked((Int64) LocalMask));
829return (Int64)dateData;
835internal Int64 ToBinaryRaw() {
836return (Int64)dateData;
845Int64 ticks = InternalTicks;
853Int64 ticks = InternalTicks;
902Int64 ticks = InternalTicks;
980Int64 ticks = InternalTicks;
1057Int64 offset = TimeZoneInfo.GetDateTimeNowUtcOffsetFromUtc(utc, out isAmbiguousLocalDst).Ticks;
1403Int64 offset = TimeZoneInfo.GetUtcOffsetFromUtc(this, TimeZoneInfo.Local, out isDaylightSavings, out isAmbiguousLocalDst).Ticks;
system\io\unmanagedmemoryaccessor.cs (51)
37private Int64 _offset;
39private Int64 _capacity;
54public UnmanagedMemoryAccessor(SafeBuffer buffer, Int64 offset, Int64 capacity) {
59public UnmanagedMemoryAccessor(SafeBuffer buffer, Int64 offset, Int64 capacity, FileAccess access) {
65protected void Initialize(SafeBuffer buffer, Int64 offset, Int64 capacity, FileAccess access) {
92if (((byte*)((Int64)pointer + offset + capacity)) < pointer) {
114public Int64 Capacity {
145public bool ReadBoolean(Int64 position) {
153public byte ReadByte(Int64 position) {
161public char ReadChar(Int64 position) {
198public Int16 ReadInt16(Int64 position) {
235public Int32 ReadInt32(Int64 position) {
270public Int64 ReadInt64(Int64 position) {
271int sizeOfType = sizeof(Int64);
274Int64 result;
286result = *((Int64*)(pointer));
307public Decimal ReadDecimal(Int64 position) {
318public Single ReadSingle(Int64 position) {
354public Double ReadDouble(Int64 position) {
395public SByte ReadSByte(Int64 position) {
420public UInt16 ReadUInt16(Int64 position) {
457public UInt32 ReadUInt32(Int64 position) {
494public UInt64 ReadUInt64(Int64 position) {
546public void Read<T>(Int64 position, out T structure) where T : struct {
579public int ReadArray<T>(Int64 position, T[] array, Int32 offset, Int32 count) where T : struct {
637public void Write(Int64 position, bool value) {
645public void Write(Int64 position, byte value) {
653public void Write(Int64 position, char value) {
688public void Write(Int64 position, Int16 value) {
722public void Write(Int64 position, Int32 value) {
757public void Write(Int64 position, Int64 value) {
758int sizeOfType = sizeof(Int64);
771*((Int64*)pointer) = value;
795public void Write(Int64 position, Decimal value) {
816public void Write(Int64 position, Single value) {
852public void Write(Int64 position, Double value) {
893public void Write(Int64 position, SByte value) {
915public void Write(Int64 position, UInt16 value) {
949public void Write(Int64 position, UInt32 value) {
986public void Write(Int64 position, UInt64 value) {
1030public void Write<T>(Int64 position, ref T structure) where T : struct {
1060public void WriteArray<T>(Int64 position, T[] array, Int32 offset, Int32 count) where T : struct {
1092private byte InternalReadByte(Int64 position) {
1115private void InternalWrite(Int64 position, byte value) {
1135private void EnsureSafeToRead(Int64 position, int sizeOfType) {
1156private void EnsureSafeToWrite(Int64 position, int sizeOfType) {
Core\CSharp\System\Windows\Media\Animation\Generated\Int64Animation.cs (32)
45private Int64[] _keyValues;
60Type typeofProp = typeof(Int64?);
69new PropertyMetadata((Int64?)null, propCallback),
76new PropertyMetadata((Int64?)null, propCallback),
83new PropertyMetadata((Int64?)null, propCallback),
107public Int64Animation(Int64 toValue, Duration duration)
119public Int64Animation(Int64 toValue, Duration duration, FillBehavior fillBehavior)
132public Int64Animation(Int64 fromValue, Int64 toValue, Duration duration)
145public Int64Animation(Int64 fromValue, Int64 toValue, Duration duration, FillBehavior fillBehavior)
218protected override Int64 GetCurrentValueCore(Int64 defaultOriginValue, Int64 defaultDestinationValue, AnimationClock animationClock)
235Int64 from = new Int64();
236Int64 to = new Int64();
237Int64 accumulated = new Int64();
238Int64 foundation = new Int64();
352Int64 accumulator = AnimatedTypeHelpers.SubtractInt64(to, from);
377_keyValues = new Int64[2];
384_keyValues = new Int64[2];
391_keyValues = new Int64[1];
398_keyValues = new Int64[1];
404_keyValues = new Int64[1];
425Int64? typedValue = (Int64?)value;
445public Int64? From
449return (Int64?)GetValue(FromProperty);
465public Int64? To
469return (Int64?)GetValue(ToProperty);
485public Int64? By
489return (Int64?)GetValue(ByProperty);
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (9)
283internal static Int64 GetInt64( SmiEventSink_Default sink, ITypedGettersV3 getters, int ordinal, SmiMetaData metaData ) {
292return (Int64) result;
572Int64 temp = GetInt64_Unchecked( sink, getters, ordinal );
1446internal static void SetInt64( SmiEventSink_Default sink, ITypedSettersV3 setters, int ordinal, SmiMetaData metaData, Int64 value ) {
1605case ExtendedClrTypeCode.Int64: SetInt64_Unchecked( sink, setters, ordinal, (Int64) value ); break;
3130private static Int64 GetInt64_Unchecked( SmiEventSink_Default sink, ITypedGettersV3 getters, int ordinal ) {
3133Int64 result = getters.GetInt64( sink, ordinal );
3164Int64 temp = getters.GetInt64( sink, ordinal );
3367private static void SetInt64_Unchecked( SmiEventSink_Default sink, ITypedSettersV3 setters, int ordinal, Int64 value ) {
fx\src\data\System\Data\Common\System.Data_BID.cs (13)
360internal static void Trace(string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3, System.UInt32 a4, System.Int32 a5, System.UInt32 a6, System.UInt32 a7) {
501internal static void Trace(string fmtPrintfW, System.Int32 a1, System.Int64 a2) {
507internal static void Trace(string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3) {
513internal static void Trace(string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3, System.String a4, System.Int32 a5, System.Int64 a6) {
519internal static void Trace(string fmtPrintfW, System.Int32 a1, System.Int64 a2, System.Int32 a3, System.Int32 a4) {
525internal static void Trace(string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3, System.Int32 a4) {
637internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3, System.UInt32 a4, System.Int32 a5, System.UInt32 a6, System.UInt32 a7);
757internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW, System.Int32 a1, System.Int64 a2);
761internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3);
765internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW1, string fmtPrintfW2, string fmtPrintfW3, System.Int64 a4);
769internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3, System.String a4, System.Int32 a5, System.Int64 a6);
773internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW, System.Int32 a1, System.Int64 a2, System.Int32 a3, System.Int32 a4);
777internal static void Trace (IntPtr hID, UIntPtr src, UIntPtr info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3, System.Int32 a4);
fx\src\data\System\Data\OleDb\OLEDB_Enum.cs (2)
174static private readonly NativeDBType D_BigInt = new NativeDBType( 19, 8, true, false, OleDbType.BigInt, NativeDBType.I8, S_I8, typeof(System.Int64), NativeDBType.I8, DbType.Int64 ); // 16 - integer8
186static private readonly NativeDBType D_UnsignedInt = new NativeDBType( 10, 4, true, false, OleDbType.UnsignedInt, NativeDBType.UI4, S_UI4, typeof(System.Int64), NativeDBType.UI4, DbType.UInt32 ); // 27 - unsigned integer4
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (7)
771private ColumnBinding DoSequentialCheck(int ordinal, Int64 dataIndex, string method) {
789override public Int64 GetBytes(int ordinal, Int64 dataIndex, byte[] buffer, Int32 bufferIndex, Int32 length) {
818override public Int64 GetChars(int ordinal, Int64 dataIndex, char[] buffer, Int32 bufferIndex, Int32 length) {
949override public Int64 GetInt64(int ordinal) {
1359else if (maxRows is Int64) {
fx\src\data\System\Data\SqlClient\SqlEnums.cs (3)
516else if (comVal is Int64)
517sqlVal = new SqlInt64((Int64)comVal);
707(19, 255, 8, true, false, false, TdsEnums.SQLINT8, TdsEnums.SQLINTN, MetaTypeName.BIGINT, typeof(System.Int64), typeof(SqlInt64), SqlDbType.BigInt, DbType.Int64, 0);