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