12 references to ERR_LbExpectedEndIf
Microsoft.CodeAnalysis.VisualBasic (4)
Errors\ErrorFacts.vb (1)
60
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
,
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (8)
Parser\ParseErrorTests.vb (8)
45
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True"))
59
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True Then"))
75
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True ThEn"),
76
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True TheN"),
77
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True Then"))
94
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True TheN"),
95
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, "#If True Then"))
109
Diagnostic(ERRID.
ERR_LbExpectedEndIf
, ""))