4 references to ERR_LbExpectedEndIf
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFacts.vb (1)
61ERRID.ERR_LbExpectedEndIf,
Parser\BlockContexts\CompilationUnitContext.vb (1)
413rewritten = Parser.ReportSyntaxError(rewritten, ERRID.ERR_LbExpectedEndIf)
Scanner\Directives.vb (1)
648eof = Parser.ReportSyntaxError(eof, ERRID.ERR_LbExpectedEndIf)
Syntax\SyntaxFactory.vb (1)
1082Case ERRID.ERR_LbExpectedEndIf,