8 references to ERR_ExpectedEndTry
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1220or ErrorCode.ERR_ExpectedEndTry
Parser\LanguageParser.cs (1)
9083tryBlock = this.AddErrorToLastToken(tryBlock, ErrorCode.ERR_ExpectedEndTry);
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_TryCatch.cs (1)
3426Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(9, 9)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\ParserErrorMessageTests.cs (1)
4118Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15));
Parsing\StatementAttributeParsingTests.cs (4)
2814Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15), 2901Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15), 3002Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15), 3089Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15),