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