8 references to Decimal
System.Workflow.Activities (8)
Rules\ArithmeticLiteral.cs (8)
135dictionary.Add(typeof(decimal), TypeFlags.Decimal); 136dictionary.Add(typeof(decimal?), TypeFlags.Nullable | TypeFlags.Decimal); 357case TypeFlags.Decimal: 358case TypeFlags.Decimal | TypeFlags.UInt16: 359case TypeFlags.Decimal | TypeFlags.Int32: 360case TypeFlags.Decimal | TypeFlags.UInt32: 361case TypeFlags.Decimal | TypeFlags.Int64: 362case TypeFlags.Decimal | TypeFlags.UInt64: