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