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