9 references to Double
System.Workflow.Activities (9)
Rules\ArithmeticLiteral.cs (9)
133dictionary.Add(typeof(double), TypeFlags.Double); 134dictionary.Add(typeof(double?), TypeFlags.Nullable | TypeFlags.Double); 364case TypeFlags.Double: 365case TypeFlags.Double | TypeFlags.UInt16: 366case TypeFlags.Double | TypeFlags.Int32: 367case TypeFlags.Double | TypeFlags.UInt32: 368case TypeFlags.Double | TypeFlags.Int64: 369case TypeFlags.Double | TypeFlags.UInt64: 370case TypeFlags.Double | TypeFlags.Single: