32 references to ERR_ExpectedEOS
Microsoft.CodeAnalysis.VisualBasic (9)
CommandLine\VisualBasicCommandLineParser.vb (2)
1869ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedEOS), 2056ErrorFactory.ErrorInfo(ERRID.ERR_ExpectedEOS),
Errors\ErrorFacts.vb (1)
177ERRID.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)
332stmt = stmt.AddTrailingSyntax(unexpected, ERRID.ERR_ExpectedEOS)
Parser\BlockContexts\SingleLineIfBlockContext.vb (1)
38Add(Parser.ReportSyntaxError(node, ERRID.ERR_ExpectedEOS))
Parser\ParseExpression.vb (1)
1723closeParen = closeParen.AddTrailingSyntax(asClause, ERRID.ERR_ExpectedEOS)
Parser\Parser.vb (1)
5749stmt = stmt.AddTrailingSyntax(unexpected, ERRID.ERR_ExpectedEOS)
Syntax\SyntaxFactory.vb (1)
1085Case ERRID.ERR_ExpectedEOS
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ErrorHandling.vb (1)
393Diagnostic(ERRID.ERR_ExpectedEOS, "."),
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (11)
Binding\BindingErrorTests.vb (3)
5142CompilationUtils.CreateCompilationWithMscorlib40AndVBRuntime(source).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedEOS, "{"), 23584Diagnostic(ERRID.ERR_ExpectedEOS, ")"), 23611Diagnostic(ERRID.ERR_ExpectedEOS, ")"),
Binding\GotoTests.vb (2)
111</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedEOS, "+"), 184</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedEOS, ","))
Binding\SyncLockTests.vb (4)
105</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedEOS, "As"), 259</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedEOS, ","), 260Diagnostic(ERRID.ERR_ExpectedEOS, ","), 261Diagnostic(ERRID.ERR_ExpectedEOS, ","),
Compilation\ReferenceManagerTests.vb (2)
1017Diagnostic(ERRID.ERR_ExpectedEOS, "a"), 1018Diagnostic(ERRID.ERR_ExpectedEOS, "b"))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (11)
Parser\ParseAttributes.vb (1)
76Diagnostic(ERRID.ERR_ExpectedEOS, ">"))
Parser\ParseDirectives.vb (1)
1230Diagnostic(ERRID.ERR_ExpectedEOS, "#"))
Parser\ParseErrorTests.vb (1)
1808ParseAndVerify(code, Diagnostic(ERRID.ERR_ExpectedEOS, "{"))
Parser\ParseExpression.vb (2)
2054Diagnostic(ERRID.ERR_ExpectedEOS, "Equals"), 2055Diagnostic(ERRID.ERR_ExpectedEOS, "Class"))
Parser\ParseStatements.vb (5)
380Diagnostic(ERRID.ERR_ExpectedEOS, "ElseIf True Then").WithLocation(4, 18), 381Diagnostic(ERRID.ERR_ExpectedEOS, "x").WithLocation(4, 35), 382Diagnostic(ERRID.ERR_ExpectedEOS, "elseIf").WithLocation(5, 24) 4119]]>, Diagnostic(ERRID.ERR_ExpectedEOS, "Main"), 6873Diagnostic(ERRID.ERR_ExpectedEOS, "Else").WithLocation(4, 60))
TestSyntaxNodes.vb (1)
2114Diagnostic(ERRID.ERR_ExpectedEOS, "#").WithLocation(2, 15))