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