12 references to UnsignedNumbers
System.Workflow.Activities (12)
Rules\Literal.cs (12)
103
dictionary.Add(typeof(byte), TypeFlags.
UnsignedNumbers
);
104
dictionary.Add(typeof(byte?), TypeFlags.
UnsignedNumbers
);
113
dictionary.Add(typeof(ushort), TypeFlags.
UnsignedNumbers
);
114
dictionary.Add(typeof(ushort?), TypeFlags.
UnsignedNumbers
);
115
dictionary.Add(typeof(uint), TypeFlags.
UnsignedNumbers
);
116
dictionary.Add(typeof(uint?), TypeFlags.
UnsignedNumbers
);
123
dictionary.Add(typeof(char), TypeFlags.
UnsignedNumbers
);
124
dictionary.Add(typeof(char?), TypeFlags.
UnsignedNumbers
);
447
case TypeFlags.Decimal | TypeFlags.
UnsignedNumbers
:
450
case TypeFlags.Float | TypeFlags.
UnsignedNumbers
:
452
case TypeFlags.ULong | TypeFlags.
UnsignedNumbers
:
453
case TypeFlags.SignedNumbers | TypeFlags.
UnsignedNumbers
: