444 references to ERR_RbraceExpected
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1212or ErrorCode.ERR_RbraceExpected
Parser\LanguageParser.cs (1)
528SyntaxFactory.MissingToken(SyntaxKind.CloseBraceToken), ErrorCode.ERR_RbraceExpected);
Parser\SyntaxParser.cs (1)
706return ErrorCode.ERR_RbraceExpected;
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenUsingStatementTests.cs (1)
2548Diagnostic(ErrorCode.ERR_RbraceExpected, ")"));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (16)
Diagnostics\OperationAnalyzerTests.cs (1)
876Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(27, 2),
PartialEventsAndConstructorsTests.cs (1)
45Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 50),
Semantics\CollectionExpressionTests.cs (2)
6951Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(8, 20), 6957Diagnostic(ErrorCode.ERR_RbraceExpected, "]").WithLocation(8, 24));
Semantics\PatternMatchingTests.cs (2)
4897Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 56), 4900Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 62)
Semantics\PatternMatchingTests_NullableTypes.cs (3)
198Diagnostic(ErrorCode.ERR_RbraceExpected, "?").WithLocation(16, 21), 287Diagnostic(ErrorCode.ERR_RbraceExpected, "?").WithLocation(16, 23), 296Diagnostic(ErrorCode.ERR_RbraceExpected, "?").WithLocation(18, 24),
Semantics\PatternMatchingTests2.cs (1)
456Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(25, 28),
Semantics\PatternSwitchTests.cs (1)
3239Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(13, 2),
Semantics\PrimaryConstructorTests.cs (1)
3314Diagnostic(ErrorCode.ERR_RbraceExpected, "(").WithLocation(9, 7),
Semantics\RecordTests.cs (4)
710Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 12) 2859Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(6, 24), 8902Diagnostic(ErrorCode.ERR_RbraceExpected, "{").WithLocation(9, 22), 29252Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 22)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (20)
IOperation\IOperationTests_ArrayCreationAndInitializer.cs (2)
420Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(6, 43), 458Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(6, 44),
IOperation\IOperationTests_IForEachLoopStatement.cs (3)
1227Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(6, 19), 1233Diagnostic(ErrorCode.ERR_RbraceExpected, "in").WithLocation(6, 23), 1239Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 27),
IOperation\IOperationTests_IIsPatternExpression.cs (2)
446Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(8, 45), 452Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(8, 49),
IOperation\IOperationTests_IObjectCreationExpression.cs (5)
5206Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(8, 90), 5209Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(8, 90), 5215Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(8, 90), 5230Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(8, 101), 5236Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(8, 111),
IOperation\IOperationTests_IPatternSwitchCase.cs (1)
632Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(9, 50),
IOperation\IOperationTests_ISizeOfExpression.cs (1)
189Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(8, 45),
IOperation\IOperationTests_ISwitchOperation.cs (1)
1629Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(6, 20),
IOperation\IOperationTests_ITypeOfExpression.cs (1)
151Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(8, 45),
IOperation\IOperationTests_IUsingStatement.cs (2)
986Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(14, 18), 992Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(14, 22)
IOperation\IOperationTests_StackAllocArrayCreationAndInitializer.cs (2)
384Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(6, 50), 419Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(6, 51),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (46)
Semantics\BindingTests.cs (4)
723Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 749Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 752Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 2152Diagnostic(ErrorCode.ERR_RbraceExpected, ""),
Semantics\DeconstructionTests.cs (1)
3168Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(13, 24),
Semantics\ForEachTests.cs (1)
1926Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 28),
Semantics\ImplicitObjectCreationTests.cs (2)
2823Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 25), 2864Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 25)
Semantics\InterpolationTests.cs (7)
146Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2)); 173Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2)); 203Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2), 206Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2)); 376Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2)); 398Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 20), 401Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 20));
Semantics\LocalFunctionTests.cs (2)
2512Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 6)); 3919Diagnostic(ErrorCode.ERR_RbraceExpected, "operator").WithLocation(6, 17),
Semantics\LockTests.cs (3)
324Diagnostic(ErrorCode.ERR_RbraceExpected, ")"), 394Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(9, 35), 400Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(9, 47),
Semantics\NullableReferenceTypesTests.cs (1)
132081Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(16, 30),
Semantics\ObjectAndCollectionInitializerTests.cs (4)
2882Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(11, 2), 2925Diagnostic(ErrorCode.ERR_RbraceExpected, "{").WithLocation(6, 39), 3010Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 6), 3182Diagnostic(ErrorCode.ERR_RbraceExpected, "{").WithLocation(9, 46),
Semantics\OverloadResolutionTests.cs (2)
6920Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 6923Diagnostic(ErrorCode.ERR_RbraceExpected, ""),
Semantics\RawInterpolationTests.cs (7)
142Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2)); 169Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2)); 199Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2), 202Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 2)); 427Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2)); 449Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 22), 452Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 22));
Semantics\ReadOnlyStructsTests.cs (1)
2160Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 29));
Semantics\RecordStructTests.cs (2)
7140Diagnostic(ErrorCode.ERR_RbraceExpected, "{").WithLocation(12, 32), 9839Diagnostic(ErrorCode.ERR_RbraceExpected, "{").WithLocation(10, 35),
Semantics\RefFieldTests.cs (1)
30923Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(27, 2));
Semantics\SemanticErrorTests.cs (2)
2818Diagnostic(ErrorCode.ERR_RbraceExpected, ";"), 23810Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 10),
Semantics\SimpleLambdaParametersWithModifiersTests.cs (2)
1251Diagnostic(ErrorCode.ERR_RbraceExpected, "public").WithLocation(7, 16), 1294Diagnostic(ErrorCode.ERR_RbraceExpected, "public").WithLocation(7, 20),
Semantics\UnsafeTests.cs (4)
9616Diagnostic(ErrorCode.ERR_RbraceExpected, ")"), 10527Diagnostic(ErrorCode.ERR_RbraceExpected, ")"), 10536Diagnostic(ErrorCode.ERR_RbraceExpected, "=>"), 10542Diagnostic(ErrorCode.ERR_RbraceExpected, ")"),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (21)
Compilation\SemanticModelAPITests.cs (1)
402Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 10));
Compilation\SemanticModelGetSemanticInfoTests.cs (3)
8973Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(12, 30), 8979Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(12, 44), 9020Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(13, 30),
Symbols\DefaultInterfaceImplementationTests.cs (2)
67729Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 16), 67732Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 16)
Symbols\LocalFunctionTests.cs (2)
156Diagnostic(ErrorCode.ERR_RbraceExpected, "partial").WithLocation(5, 16), 182Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 6),
Symbols\PartialPropertiesTests.cs (1)
5159Diagnostic(ErrorCode.ERR_RbraceExpected, "(").WithLocation(6, 22),
Symbols\Source\EnumTests.cs (4)
175new ErrorDescription { Code = (int)ErrorCode.ERR_RbraceExpected }); 186new ErrorDescription { Code = (int)ErrorCode.ERR_RbraceExpected }); 274Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 493new ErrorDescription { Code = (int)ErrorCode.ERR_RbraceExpected });
Symbols\Source\EventTests.cs (4)
2136Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 2150Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 2164Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 2178Diagnostic(ErrorCode.ERR_RbraceExpected, ""),
Symbols\Source\ExpressionBodiedPropertyTests.cs (2)
162Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 2), 184Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 2),
Symbols\SymbolErrorTests.cs (2)
21565Diagnostic(ErrorCode.ERR_RbraceExpected, @"\u0060").WithLocation(3, 7), 21592Diagnostic(ErrorCode.ERR_RbraceExpected, @"\u007c").WithLocation(3, 7),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (337)
LexicalAndXml\LexicalErrorTests.cs (21)
171Diagnostic(ErrorCode.ERR_RbraceExpected, @"\").WithLocation(3, 18), 204Diagnostic(ErrorCode.ERR_RbraceExpected, @"\").WithLocation(3, 19), 240Diagnostic(ErrorCode.ERR_RbraceExpected, @"\").WithLocation(3, 18), 569Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 25), 572Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 25)); 642Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 644Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 864Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2), 867Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2), 1239Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 1), 1242Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 1)); 1258Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 1), 1261Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 1)); 1277Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 1), 1280Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 1)); 1312Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 1), 1315Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 1)); 1331Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 1), 1334Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 1)); 1350Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 1), 1353Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 1));
Parsing\AsyncParsingTests.cs (32)
360Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 10), 394Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 16), 430Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 17)); 470Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 21)); 518Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 22), 555Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 23)); 596Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 28), 634Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 29)); 1441Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 20), 1444Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 20)); 1484Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 24), 1487Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 24)); 1528Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 16), 1531Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 16)); 1578Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 24), 1581Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 24)); 1635Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 28)); 1692Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 36)); 1746Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 28)); 1803Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 36)); 1858Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 1)); 1915Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 1)); 1967Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 14)); 2018Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 25), 2021Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 25)); 2065Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 18)); 2134Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 8)); 2180Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 11)); 2226Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 6), 2229Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 6)); 2269Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 12), 2281Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 10));
Parsing\AsyncStreamsParsingTests.cs (2)
379Diagnostic(ErrorCode.ERR_RbraceExpected, "in").WithLocation(6, 30), 385Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(6, 43));
Parsing\CollectionExpressionParsingTests.cs (3)
7704Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 8)); 7735Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 11)); 7767Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 14));
Parsing\DeclarationParsingTests.cs (11)
6274Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 31), 6277Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 31)); 6626Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 19)); 6675Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 21)); 6735Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 23)); 6800Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 25)); 8538Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(2, 13), 8574Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(2, 13), 9101Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 12) 9314Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 2) 9344Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 5)
Parsing\DeclarationScopeParsingTests.cs (6)
14438Diagnostic(ErrorCode.ERR_RbraceExpected, "int").WithLocation(4, 18) 14506Diagnostic(ErrorCode.ERR_RbraceExpected, "ref").WithLocation(4, 18) 14718Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(3, 18), 14721Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 22) 14798Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 26)); 14884Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 35));
Parsing\ExtensionsParsingTests.cs (8)
658Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 26), 1407Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 2)); 3509Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 2)); 3565Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 2)); 3816Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 2)); 4181Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 2)); 4247Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 20)); 4822Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 31));
Parsing\FileModifierParsingTests.cs (1)
3617Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 12));
Parsing\ForStatementParsingTest.cs (12)
1031Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 42), 1145Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 44), 1262Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 46), 1384Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 47), 1512Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 48), 1642Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 49), 1762Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(1, 32), 1850Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(1, 34), 1942Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(1, 36), 2038Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(1, 37), 2141Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(1, 38), 2242Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(1, 39),
Parsing\ImplicitObjectCreationParsingTests.cs (1)
94Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 6)
Parsing\LambdaAttributeParsingTests.cs (2)
4292Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(7, 36)); 4426Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(7, 27));
Parsing\LambdaParameterParsingTests.cs (10)
47Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 41), 50Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 41)); 158Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 43), 161Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 43)); 277Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 45), 280Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 45)); 403Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 45), 406Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 45)); 532Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 46), 535Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 46));
Parsing\LambdaReturnTypeParsingTests.cs (1)
4033Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 13));
Parsing\LocalFunctionParsingTests.cs (6)
563Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 6), 618Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 6), 1265Diagnostic(ErrorCode.ERR_RbraceExpected, "virtual").WithLocation(3, 22), 1391Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(6, 32), 1400Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(8, 38), 2894Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(9, 27),
Parsing\MemberDeclarationParsingTests.cs (19)
1066Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 30) 1687Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 28) 1718Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 23) 9588Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 31) 10470Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(11, 2)); 10555Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(13, 2)); 10663Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(12, 26)); 10782Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(12, 26), 10788Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(22, 2)); 10941Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(15, 26), 10947Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(25, 2)); 11115Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(16, 1), 11121Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(24, 19)); 11289Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(15, 10), 11420Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(17, 63), 11426Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(25, 2)); 12219Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 6)); 12304Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 6), 12310Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(21, 2));
Parsing\NullableParsingTests.cs (2)
828Diagnostic(ErrorCode.ERR_RbraceExpected, "?").WithLocation(1, 22), 839Diagnostic(ErrorCode.ERR_RbraceExpected, "?").WithLocation(1, 22));
Parsing\ParserErrorMessageTests.cs (23)
1391Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 1405Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 1555Diagnostic(ErrorCode.ERR_RbraceExpected, ",")); 1606Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 10), 3106Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 3169Diagnostic(ErrorCode.ERR_RbraceExpected, ")")); 3801ParseAndValidate(test, Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 3812ParseAndValidate(test, Diagnostic(ErrorCode.ERR_LbraceExpected, ""), Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 3830Diagnostic(ErrorCode.ERR_RbraceExpected, ".").WithLocation(1, 15), 4100Diagnostic(ErrorCode.ERR_RbraceExpected, ")")); 4159Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 4231Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(7, 33), 4237Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(8, 29)); 4285Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(5, 31)); 4321Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(5, 33)); 4377Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(12, 19)); 5197Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 36), 5200Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 36)); 5388Diagnostic(ErrorCode.ERR_RbraceExpected, "in"), 5403Diagnostic(ErrorCode.ERR_RbraceExpected, "const"), 5849Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(6, 15), 5855Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 11), 6642Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 2));
Parsing\ParsingErrorRecoveryTests.cs (81)
57Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 6), 71Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(10, 15), 80Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(14, 6), 865Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 881Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 898Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 915Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 1396Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 1413Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 1431Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 2030Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 2041Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 22), 2070Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 2089Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 2110Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[4].Code); 2128Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 2233Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 2244Diagnostic(ErrorCode.ERR_RbraceExpected, "public").WithLocation(1, 21), 2274Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 2294Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 2316Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[4].Code); 2335Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 2786Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 2800Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 2814Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 2829Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 2844Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 2859Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 3187Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 3210Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 3233Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4146Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4167Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4189Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 4211Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 4234Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 4257Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 4619Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4646Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4674Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 4701Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4728Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4756Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4785Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4815Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 4844Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 4873Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 5094Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 5123Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 5153Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 5182Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 5556Diagnostic(ErrorCode.ERR_RbraceExpected, "if").WithLocation(1, 45), 5693Diagnostic(ErrorCode.ERR_RbraceExpected, "return").WithLocation(1, 45), 5845Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 50)); 5873Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 5902Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 5932Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 5961Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 5993Diagnostic(ErrorCode.ERR_RbraceExpected, "while").WithLocation(1, 45), 6439Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 6474Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 6512Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 6513Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 6551Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[0].Code); 6552Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[1].Code); 6801Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 6848Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 6900Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[3].Code); 6935Assert.Equal((int)ErrorCode.ERR_RbraceExpected, subitem1.Errors()[2].Code); 6945Assert.Equal((int)ErrorCode.ERR_RbraceExpected, subitem2.Errors()[1].Code); 7102Assert.Equal((int)ErrorCode.ERR_RbraceExpected, file.Errors()[2].Code); 7605Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 7622Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(2, 10), 7688Diagnostic(ErrorCode.ERR_RbraceExpected, ".")); 7790Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 7793Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 7824Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 7827Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 7852Diagnostic(ErrorCode.ERR_RbraceExpected, "")); 7877Diagnostic(ErrorCode.ERR_RbraceExpected, ""), 7880Diagnostic(ErrorCode.ERR_RbraceExpected, ""));
Parsing\PartialEventsAndConstructorsParsingTests.cs (2)
454Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 14)); 1182Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(4, 6),
Parsing\PatternParsingTests.cs (6)
2231Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 45)); 2242Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 20) 2337Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 18) 7880Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 12) 7915Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(1, 13) 7966Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 12)
Parsing\RawInterpolatedStringLiteralParsingTests.cs (4)
1132Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2), 1135Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2)); 1219Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2), 1222Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(8, 2));
Parsing\RecordParsing.cs (6)
1463Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 9) 1490Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 11) 1527Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 16)); 3067Diagnostic(ErrorCode.ERR_RbraceExpected, "interface").WithLocation(1, 8) 3122Diagnostic(ErrorCode.ERR_RbraceExpected, "C").WithLocation(1, 15), 3454Diagnostic(ErrorCode.ERR_RbraceExpected, "C").WithLocation(1, 18),
Parsing\RefReadonlyTests.cs (1)
331Diagnostic(ErrorCode.ERR_RbraceExpected, ")").WithLocation(8, 37));
Parsing\ScriptParsingTests.cs (7)
1725Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 17), 3077Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 8)); 3108Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 10)); 3147Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 13)); 3195Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 19)); 3266Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 10)); 8792Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 9));
Parsing\SingleLineDeclarationParsingTests.cs (4)
41Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 10)); 70Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 12)); 102Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 13)); 139Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 14));
Parsing\StatementAttributeParsingTests.cs (10)
2418Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 10), 2513Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 10), 2540Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 10), 2546Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(9, 20), 2625Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(7, 10), 2637Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(9, 20), 6648Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(6, 28)); 6771Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(6, 28), 6878Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 6), 6942Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 6),
Parsing\StatementParsingTests.cs (19)
3541CSharpTestBase.Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(9, 10)); 3568Diagnostic(ErrorCode.ERR_RbraceExpected, "public").WithLocation(1, 10), 3571Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 16)); 4434Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(6, 10), 4598Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(6, 10), 4781Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 31), 4784Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 31) 4902Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 29), 4905Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 29), 4908Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 29), 4911Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 29) 5029Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 27), 5032Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 27), 5035Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 27), 5038Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 27), 5041Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 27), 5044Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 27) 5420Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(4, 14), 5429Diagnostic(ErrorCode.ERR_RbraceExpected, ";").WithLocation(6, 14),
Parsing\SwitchExpressionParsingTests.cs (27)
314Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(5, 19), 2873Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(3, 27), 2876Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(4, 27)); 2990Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 27), 2996Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 27), 3113Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(3, 25), 3116Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(3, 25), 3119Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(4, 25), 3122Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(4, 25)); 3236Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 25), 3239Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 25), 3245Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 25), 3248Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 25), 3365Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(3, 28), 3368Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(3, 28), 3371Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(3, 28), 3374Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(4, 28), 3377Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(4, 28), 3380Diagnostic(ErrorCode.ERR_RbraceExpected, "=>").WithLocation(4, 28)); 3524Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 28), 3527Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 28), 3530Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(3, 28), 3536Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 28), 3539Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 28), 3542Diagnostic(ErrorCode.ERR_RbraceExpected, ":").WithLocation(4, 28), 4143Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 27), 4155Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(3, 27));
Parsing\TopLevelStatementsParsingTests.cs (5)
296Diagnostic(ErrorCode.ERR_RbraceExpected, "namespace").WithLocation(1, 3) 605Diagnostic(ErrorCode.ERR_RbraceExpected, "4").WithLocation(1, 10), 794Diagnostic(ErrorCode.ERR_RbraceExpected, ".").WithLocation(1, 15), 1234Diagnostic(ErrorCode.ERR_RbraceExpected, "void").WithLocation(4, 12), 1527Diagnostic(ErrorCode.ERR_RbraceExpected, "").WithLocation(1, 29)
Parsing\TypeArgumentListParsingTests.cs (5)
412Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(6, 67)); 561Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(6, 78)); 1021Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(6, 68)); 1160Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(6, 68)); 1302Diagnostic(ErrorCode.ERR_RbraceExpected, ",").WithLocation(6, 69));