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