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