2 references to Error_InvalidIntegerLiteral
System.Workflow.Activities (2)
Rules\Parser\Scanner.cs (2)
644
throw new RuleSyntaxException(ErrorNumbers.
Error_InvalidIntegerLiteral
, message, tokenStartPosition);
841
throw new RuleSyntaxException(ErrorNumbers.
Error_InvalidIntegerLiteral
, message, tokenStartPosition);