6 references to ERR_ExpectedEndTry
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
274
ERRID.
ERR_ExpectedEndTry
,
Parser\BlockContexts\BlockContext.vb (1)
711
errorId = ERRID.
ERR_ExpectedEndTry
Parser\BlockContexts\TryBlockContext.vb (1)
76
beginStmt = 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)
4041
Diagnostic(ERRID.
ERR_ExpectedEndTry
, "try"),
4063
Diagnostic(ERRID.
ERR_ExpectedEndTry
, "try"),