9 references to ERR_ExpectedEOS
Microsoft.CodeAnalysis.VisualBasic (9)
CommandLine\VisualBasicCommandLineParser.vb (2)
1889ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedEOS), 2076ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedEOS),
Errors\ErrorFacts.vb (1)
178ERRID.ERR_ExpectedEOS,
OptionsValidator.vb (1)
45syntaxErrors = syntaxErrors.Concat(New VBDiagnostic(New DiagnosticInfo(MessageProvider.Instance, ERRID.ERR_ExpectedEOS), importsClausesSyntaxList(1).GetLocation()))
Parser\BlockContexts\BlockContext.vb (1)
333stmt = stmt.AddTrailingSyntax(unexpected, ERRID.ERR_ExpectedEOS)
Parser\BlockContexts\SingleLineIfBlockContext.vb (1)
38Add(Parser.ReportSyntaxError(node, ERRID.ERR_ExpectedEOS))
Parser\ParseExpression.vb (1)
1725closeParen = closeParen.AddTrailingSyntax(asClause, ERRID.ERR_ExpectedEOS)
Parser\Parser.vb (1)
5750stmt = stmt.AddTrailingSyntax(unexpected, ERRID.ERR_ExpectedEOS)
Syntax\SyntaxFactory.vb (1)
1085Case ERRID.ERR_ExpectedEOS