7 references to ERR_ExpectedEndClass
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
321ERRID.ERR_ExpectedEndClass,
Parser\BlockContexts\BlockContext.vb (1)
615errorId = ERRID.ERR_ExpectedEndClass
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (5)
Parser\ParseDeclarationTests.vb (1)
807<error id=<%= CInt(ERRID.ERR_ExpectedEndClass) %>/>
Parser\ParseDirectives.vb (1)
934Diagnostic(ERRID.ERR_ExpectedEndClass, "Class MissingEnd").WithLocation(4, 1)
Parser\ParseErrorTests.vb (2)
2389Diagnostic(ERRID.ERR_ExpectedEndClass, "Class C1"), 4578Diagnostic(ERRID.ERR_ExpectedEndClass, "class c1"),
Parser\ParseStatements.vb (1)
3940]]>, Diagnostic(ERRID.ERR_ExpectedEndClass, "Class C1").WithLocation(2, 13),