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