9 references to GetInt64
mscorlib (1)
system\intptr.cs (1)
80long l = info.GetInt64("value");
System (6)
net\System\Net\filewebrequest.cs (1)
71m_contentLength = serializationInfo.GetInt64("contentLength");
net\System\Net\filewebresponse.cs (1)
76m_contentLength = serializationInfo.GetInt64("contentLength");
net\System\Net\HttpWebRequest.cs (1)
5300_ContentLength = serializationInfo.GetInt64("_ContentLength");
net\System\Net\HttpWebResponse.cs (1)
583m_ContentLength = serializationInfo.GetInt64("m_ContentLength");
regex\system\text\regularexpressions\Regex.cs (1)
325Int64 timeoutTicks = info.GetInt64("matchTimeout");
regex\System\Text\RegularExpressions\RegexMatchTimeoutException.cs (1)
102TimeSpan timeout = TimeSpan.FromTicks(info.GetInt64("timeoutTicks"));
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
440dc.AutoIncrementStep = info.GetInt64(String.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrementStep", i)); 441dc.AutoIncrementSeed = info.GetInt64(String.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrementSeed", i));