2 references to Error_UnterminatedStringLiteral
System.Workflow.Activities (2)
Rules\Parser\Scanner.cs (2)
375
throw new RuleSyntaxException(ErrorNumbers.
Error_UnterminatedStringLiteral
, Messages.Parser_UnterminatedStringLiteral, tokenStartPosition);
399
throw new RuleSyntaxException(ErrorNumbers.
Error_UnterminatedStringLiteral
, Messages.Parser_UnterminatedStringLiteral, tokenStartPosition);