19 references to UInt16
System.Workflow.Activities (19)
Rules\ArithmeticLiteral.cs (19)
113
dictionary.Add(typeof(byte), TypeFlags.
UInt16
);
114
dictionary.Add(typeof(byte?), TypeFlags.Nullable | TypeFlags.
UInt16
);
117
dictionary.Add(typeof(char), TypeFlags.
UInt16
);
118
dictionary.Add(typeof(char?), TypeFlags.Nullable | TypeFlags.
UInt16
);
125
dictionary.Add(typeof(ushort), TypeFlags.
UInt16
);
126
dictionary.Add(typeof(ushort?), TypeFlags.Nullable | TypeFlags.
UInt16
);
358
case TypeFlags.Decimal | TypeFlags.
UInt16
:
365
case TypeFlags.Double | TypeFlags.
UInt16
:
373
case TypeFlags.Single | TypeFlags.
UInt16
:
380
case TypeFlags.Int64 | TypeFlags.
UInt16
:
386
case TypeFlags.UInt64 | TypeFlags.
UInt16
:
390
case TypeFlags.
UInt16
:
391
case TypeFlags.Int32 | TypeFlags.
UInt16
:
394
case TypeFlags.UInt32 | TypeFlags.
UInt16
:
404
case TypeFlags.Int64 | TypeFlags.
UInt16
:
410
case TypeFlags.UInt64 | TypeFlags.
UInt16
:
414
case TypeFlags.
UInt16
:
415
case TypeFlags.Int32 | TypeFlags.
UInt16
:
418
case TypeFlags.UInt32 | TypeFlags.
UInt16
: