10 references to ToInt64
mscorlib (3)
system\convert.cs (1)
1309return ToInt64((double)value);
system\double.cs (1)
344return Convert.ToInt64(m_value);
system\runtime\remoting\soapinteroptypes.cs (1)
378Convert.ToInt64(Double.Parse(second+"."+fraction, CultureInfo.InvariantCulture)*(Double)TimeSpan.TicksPerSecond)
System (7)
net\System\Net\Configuration\HttpListenerTimeoutsElement.cs (6)
86timeouts[0] = Convert.ToInt64(EntityBody.TotalSeconds); 87timeouts[1] = Convert.ToInt64(DrainEntityBody.TotalSeconds); 88timeouts[2] = Convert.ToInt64(RequestQueue.TotalSeconds); 89timeouts[3] = Convert.ToInt64(IdleConnection.TotalSeconds); 90timeouts[4] = Convert.ToInt64(HeaderWait.TotalSeconds); 107Int64 seconds = Convert.ToInt64(timeout.TotalSeconds);
net\System\Net\HttpListenerTimeoutManager.cs (1)
81timeoutValue = Convert.ToInt64(value.TotalSeconds);