11 references to SignedNumbers
System.Workflow.Activities (11)
Rules\Literal.cs (11)
105
dictionary.Add(typeof(sbyte), TypeFlags.
SignedNumbers
);
106
dictionary.Add(typeof(sbyte?), TypeFlags.
SignedNumbers
);
107
dictionary.Add(typeof(short), TypeFlags.
SignedNumbers
);
108
dictionary.Add(typeof(short?), TypeFlags.
SignedNumbers
);
109
dictionary.Add(typeof(int), TypeFlags.
SignedNumbers
);
110
dictionary.Add(typeof(int?), TypeFlags.
SignedNumbers
);
111
dictionary.Add(typeof(long), TypeFlags.
SignedNumbers
);
112
dictionary.Add(typeof(long?), TypeFlags.
SignedNumbers
);
446
case TypeFlags.Decimal | TypeFlags.
SignedNumbers
:
449
case TypeFlags.Float | TypeFlags.
SignedNumbers
:
453
case TypeFlags.
SignedNumbers
| TypeFlags.UnsignedNumbers: