17 references to Int32
System.Workflow.Activities (17)
Rules\ArithmeticLiteral.cs (17)
115
dictionary.Add(typeof(sbyte), TypeFlags.
Int32
);
116
dictionary.Add(typeof(sbyte?), TypeFlags.Nullable | TypeFlags.
Int32
);
119
dictionary.Add(typeof(short), TypeFlags.
Int32
);
120
dictionary.Add(typeof(short?), TypeFlags.Nullable | TypeFlags.
Int32
);
121
dictionary.Add(typeof(int), TypeFlags.
Int32
);
122
dictionary.Add(typeof(int?), TypeFlags.Nullable | TypeFlags.
Int32
);
359
case TypeFlags.Decimal | TypeFlags.
Int32
:
366
case TypeFlags.Double | TypeFlags.
Int32
:
374
case TypeFlags.Single | TypeFlags.
Int32
:
381
case TypeFlags.Int64 | TypeFlags.
Int32
:
383
case TypeFlags.
Int32
| TypeFlags.UInt32:
389
case TypeFlags.
Int32
:
391
case TypeFlags.
Int32
| TypeFlags.UInt16:
405
case TypeFlags.Int64 | TypeFlags.
Int32
:
407
case TypeFlags.
Int32
| TypeFlags.UInt32:
413
case TypeFlags.
Int32
:
415
case TypeFlags.
Int32
| TypeFlags.UInt16: