13 references to Int64
System.Workflow.Activities (13)
Rules\ArithmeticLiteral.cs (13)
123
dictionary.Add(typeof(long), TypeFlags.
Int64
);
124
dictionary.Add(typeof(long?), TypeFlags.Nullable | TypeFlags.
Int64
);
361
case TypeFlags.Decimal | TypeFlags.
Int64
:
368
case TypeFlags.Double | TypeFlags.
Int64
:
376
case TypeFlags.Single | TypeFlags.
Int64
:
379
case TypeFlags.
Int64
:
380
case TypeFlags.
Int64
| TypeFlags.UInt16:
381
case TypeFlags.
Int64
| TypeFlags.Int32:
382
case TypeFlags.
Int64
| TypeFlags.UInt32:
403
case TypeFlags.
Int64
:
404
case TypeFlags.
Int64
| TypeFlags.UInt16:
405
case TypeFlags.
Int64
| TypeFlags.Int32:
406
case TypeFlags.
Int64
| TypeFlags.UInt32: