2 references to Error_InvalidCharacter
System.Workflow.Activities (2)
Rules\Parser\Scanner.cs (2)
339
throw new RuleSyntaxException(ErrorNumbers.
Error_InvalidCharacter
, message, tokenStartPosition);
354
throw new RuleSyntaxException(ErrorNumbers.
Error_InvalidCharacter
, message, tokenStartPosition);