8 references to ERR_ExpectedEndTry
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1158case ErrorCode.ERR_ExpectedEndTry:
Parser\LanguageParser.cs (1)
8384tryBlock = 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)
4197Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15));
Parsing\StatementAttributeParsingTests.cs (4)
2813Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15), 2900Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15), 3001Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15), 3088Diagnostic(ErrorCode.ERR_ExpectedEndTry, "}").WithLocation(6, 15),