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