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