9 references to ERR_ExpectedNext
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
115ERRID.ERR_ExpectedNext,
Parser\BlockContexts\BlockContext.vb (1)
699errorId = ERRID.ERR_ExpectedNext
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
Parser\ParseErrorTests.vb (1)
1157Diagnostic(ERRID.ERR_ExpectedNext, "For Each item As String In collectionObject"),
Parser\ParseMethods.vb (1)
1058Diagnostic(ERRID.ERR_ExpectedNext, "For j = 1 To 10"),
Parser\ParseStatements.vb (5)
4055Diagnostic(ERRID.ERR_ExpectedNext, "for each x as object in nothing"), 4057Diagnostic(ERRID.ERR_ExpectedNext, "for x as object = 1 to 12"), 4077Diagnostic(ERRID.ERR_ExpectedNext, "for each x as object in nothing"), 4079Diagnostic(ERRID.ERR_ExpectedNext, "for x as object = 1 to 12"), 4144compilation.VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedNext, "For j = 1 To 10"),