8 references to ERR_ExpectedEndRegion
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
453ERRID.ERR_ExpectedEndRegion,
Parser\BlockContexts\CompilationUnitContext.vb (1)
425rewritten = Parser.ReportSyntaxError(rewritten, ERRID.ERR_ExpectedEndRegion)
Syntax\SyntaxFactory.vb (1)
1083ERRID.ERR_ExpectedEndRegion
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (5)
Parser\ParseDirectives.vb (4)
1147Diagnostic(ERRID.ERR_ExpectedEndRegion, "#Region ""Start""")) 1162Diagnostic(ERRID.ERR_ExpectedEndRegion, "#Region ""Start"""), 1163Diagnostic(ERRID.ERR_ExpectedEndRegion, "#Region ""Tailing""")) 1229Diagnostic(ERRID.ERR_ExpectedEndRegion, "#region """""),
Parser\ParseErrorTests.vb (1)
2430Diagnostic(ERRID.ERR_ExpectedEndRegion, "#Region ""Start"""))