2 references to Error_ExtraCharactersIgnored
System.Workflow.Activities (2)
Rules\Parser\Parser.cs (2)
1029
throw new RuleSyntaxException(ErrorNumbers.
Error_ExtraCharactersIgnored
, Messages.Parser_ExtraCharactersIgnored, parserContext.CurrentToken.StartPosition);
1053
throw new RuleSyntaxException(ErrorNumbers.
Error_ExtraCharactersIgnored
, Messages.Parser_ExtraCharactersIgnored, parserContext.CurrentToken.StartPosition);