11 references to ERR_SemiOrLBraceOrArrowExpected
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1799or ErrorCode.ERR_SemiOrLBraceOrArrowExpected
Parser\LanguageParser.cs (2)
4570? ErrorCode.ERR_SemiOrLBraceOrArrowExpected 8781? ErrorCode.ERR_SemiOrLBraceOrArrowExpected
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InitOnlyMemberTests.cs (1)
371Diagnostic(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, "set").WithLocation(4, 40),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (7)
Parsing\MemberDeclarationParsingTests.cs (1)
1063Diagnostic(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, "set").WithLocation(1, 24),
Parsing\ParserErrorMessageTests.cs (1)
3104Diagnostic(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, "return"),
Parsing\ParsingErrorRecoveryTests.cs (5)
6473Assert.Equal((int)ErrorCode.ERR_SemiOrLBraceOrArrowExpected, file.Errors()[0].Code); 6584Assert.Equal(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, (ErrorCode)file.Errors()[0].Code); 6614Assert.Equal(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, (ErrorCode)file.Errors()[0].Code); 6615Assert.Equal(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, (ErrorCode)file.Errors()[1].Code); 7679Diagnostic(ErrorCode.ERR_SemiOrLBraceOrArrowExpected, "."),