1 write to rhsBaseType
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
589rhsBaseType = (rhsNullable) ? Nullable.GetUnderlyingType(rhs) : rhs;
8 references to rhsBaseType
System.Workflow.Activities (8)
Rules\RuleValidation.cs (8)
596if (rhsBaseType.IsEnum) 597rhsRootType = EnumHelper.GetUnderlyingType(rhsBaseType); 599rhsRootType = rhsBaseType; 610resultBaseType = rhsBaseType; 617if (rhsBaseType.IsEnum && lhsBaseType.IsEnum) 628if (isZero && rhsBaseType != lhsRootType) 641resultBaseType = rhsBaseType; 694rhsRootType = Enum.GetUnderlyingType(rhsBaseType);