6 references to PromotionPossible
System.Workflow.Activities (6)
Rules\Expressions.cs (6)
265if (((lhsType == typeof(ulong)) && (PromotionPossible(rhsType, binaryExpr.Right))) 266|| ((rhsType == typeof(ulong)) && (PromotionPossible(lhsType, binaryExpr.Left)))) 288if (((lhsType == typeof(ulong)) && (PromotionPossible(rhsType, binaryExpr.Right))) 289|| ((rhsType == typeof(ulong)) && (PromotionPossible(lhsType, binaryExpr.Left)))) 309if (((lhsType == typeof(ulong)) && (PromotionPossible(rhsType, binaryExpr.Right))) 310|| ((rhsType == typeof(ulong)) && (PromotionPossible(lhsType, binaryExpr.Left))))