2 references to RightType
System.Workflow.Activities (2)
Rules\Expressions.cs (2)
500
parameters[1] = Executor.AdjustType(expressionInfo.
RightType
, rhsValue, existingParameters[1].ParameterType);
506
resultValue = EvaluateBinaryOperation(binaryExpr, expressionInfo.LeftType, lhsValue, operation, expressionInfo.
RightType
, rhsValue);