10 references to ERR_ExpectedEndIf
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
112ERRID.ERR_ExpectedEndIf,
Parser\BlockContexts\BlockContext.vb (1)
683errorId = ERRID.ERR_ExpectedEndIf
Parser\BlockContexts\IfBlockContext.vb (1)
78begin = Parser.ReportSyntaxError(begin, ERRID.ERR_ExpectedEndIf)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
Parser\ParseDirectives.vb (2)
491Diagnostic(ERRID.ERR_ExpectedEndIf, "If "), 497Diagnostic(ERRID.ERR_ExpectedEndIf, "If"),
Parser\ParseStatements.vb (5)
672]]>, Diagnostic(ERRID.ERR_ExpectedEndIf, "If True Then")) 3689]]>, Diagnostic(ERRID.ERR_ExpectedEndIf, "If True"), 3691Diagnostic(ERRID.ERR_ExpectedEndIf, "If True"), 4059Diagnostic(ERRID.ERR_ExpectedEndIf, "if true"), 4081Diagnostic(ERRID.ERR_ExpectedEndIf, "if true"),