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