3 writes to resultRootType
System.Workflow.Activities (3)
Rules\RuleValidation.cs (3)
619
resultRootType
= rhsRootType;
627
resultRootType
= lhsRootType;
637
resultRootType
= rhsRootType;
4 references to resultRootType
System.Workflow.Activities (4)
Rules\RuleValidation.cs (4)
713
leftArithmetic = ArithmeticLiteral.MakeLiteral(
resultRootType
,
714
Executor.AdjustType(lhsRootType, parameters[0],
resultRootType
));
715
rightArithmetic = ArithmeticLiteral.MakeLiteral(
resultRootType
,
716
Executor.AdjustType(rhsRootType, parameters[1],
resultRootType
));