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