5 references to ToInt64
mscorlib (2)
system\convert.cs (1)
1317return Decimal.ToInt64(Decimal.Round(value, 0));
system\decimal.cs (1)
1102return ToInt64(value);
System.Core (1)
Microsoft\Scripting\Compiler\ILGen.cs (1)
960long longValue = Decimal.ToInt64(value);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4334v.SetLong(Decimal.ToInt64(c)); 4339v.SetLong(Decimal.ToInt64(d));