6 references to ERR_ExpectedCase
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
97ERRID.ERR_ExpectedCase,
Parser\BlockContexts\SelectBlockContext.vb (1)
49node = Parser.ReportSyntaxError(node, ERRID.ERR_ExpectedCase)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Binding\BindingErrorTests.vb (1)
23547VerifyDiagnostics(compilation, Diagnostic(ERRID.ERR_ExpectedCase, "ca"),
Binding\GotoTests.vb (1)
270</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedCase, "label1:"))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Parser\ParseStatements.vb (2)
4045Diagnostic(ERRID.ERR_ExpectedCase, ""), 4067Diagnostic(ERRID.ERR_ExpectedCase, ""),