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