4 references to GetInt64
System.Data.Common (2)
System\Data\DataTable.cs (2)
477dc.AutoIncrementStep = info.GetInt64(string.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrementStep", i)); 478dc.AutoIncrementSeed = info.GetInt64(string.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrementSeed", i));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
68long value = info.GetInt64("value");
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
61MatchTimeout = new TimeSpan(info.GetInt64("timeoutTicks"));