9 references to Single
System.Workflow.Activities (9)
Rules\ArithmeticLiteral.cs (9)
131dictionary.Add(typeof(float), TypeFlags.Single); 132dictionary.Add(typeof(float?), TypeFlags.Nullable | TypeFlags.Single); 370case TypeFlags.Double | TypeFlags.Single: 372case TypeFlags.Single: 373case TypeFlags.Single | TypeFlags.UInt16: 374case TypeFlags.Single | TypeFlags.Int32: 375case TypeFlags.Single | TypeFlags.UInt32: 376case TypeFlags.Single | TypeFlags.Int64: 377case TypeFlags.Single | TypeFlags.UInt64: