2 references to Error_LeftOperandInvalidType
System.Workflow.Activities (2)
Rules\Expressions.cs (1)
329
error = new ValidationError(message, ErrorNumbers.
Error_LeftOperandInvalidType
);
Rules\Statements.cs (1)
152
ValidationError error = new ValidationError(Messages.NullAssignLeft, ErrorNumbers.
Error_LeftOperandInvalidType
);