6 references to ERR_ExpectedEndTry
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
274ERRID.ERR_ExpectedEndTry,
Parser\BlockContexts\BlockContext.vb (1)
711errorId = ERRID.ERR_ExpectedEndTry
Parser\BlockContexts\TryBlockContext.vb (1)
76beginStmt = Parser.ReportSyntaxError(beginStmt, ERRID.ERR_ExpectedEndTry)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Binding\SyncLockTests.vb (1)
400</compilation>).VerifyDiagnostics(Diagnostic(ERRID.ERR_ExpectedEndTry, "Try"),
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Parser\ParseStatements.vb (2)
4041Diagnostic(ERRID.ERR_ExpectedEndTry, "try"), 4063Diagnostic(ERRID.ERR_ExpectedEndTry, "try"),