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