9 references to ERR_UnrecognizedEnd
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
450
ERRID.
ERR_UnrecognizedEnd
,
Parser\BlockContexts\DeclarationContext.vb (1)
451
ErrorId = ERRID.
ERR_UnrecognizedEnd
Parser\Parser.vb (1)
1725
statement = ReportSyntaxError(ParseStopOrEndStatement(), ERRID.
ERR_UnrecognizedEnd
)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
Parser\ParseDeclarationTests.vb (1)
562
Diagnostic(ERRID.
ERR_UnrecognizedEnd
, "END"),
Parser\ParseDirectives.vb (1)
495
Diagnostic(ERRID.
ERR_UnrecognizedEnd
, "End"),
Parser\ParseErrorTests.vb (3)
2390
Diagnostic(ERRID.
ERR_UnrecognizedEnd
, "End"))
2405
Diagnostic(ERRID.
ERR_UnrecognizedEnd
, "End"),
4579
Diagnostic(ERRID.
ERR_UnrecognizedEnd
, "end")).VerifyNoAdjacentTriviaHaveSameKind()
Parser\ParseStatements.vb (1)
3420
Diagnostic(ERRID.
ERR_UnrecognizedEnd
, "End"),