18 references to ERR_UnexpectedSemicolon
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (1)
1264or ErrorCode.ERR_UnexpectedSemicolon
Parser\LanguageParser.cs (4)
3461semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4074semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 4154semicolon = this.EatTokenWithPrejudice(ErrorCode.ERR_UnexpectedSemicolon); 5010semi = this.AddError(semi, ErrorCode.ERR_UnexpectedSemicolon);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\RecordTests.cs (1)
8914Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(9, 33),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\ObjectAndCollectionInitializerTests.cs (2)
2934Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(6, 59), 3197Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(9, 72),
Semantics\RecordStructTests.cs (2)
7155Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(12, 43), 9851Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(10, 47),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Source\ExpressionBodiedPropertyTests.cs (3)
133Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(4, 19)); 200Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(4, 29)); 214Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(4, 24),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\ParserErrorMessageTests.cs (2)
4918ParseAndValidate(test, Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";")); 5424Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";"),
Parsing\ParsingErrorRecoveryTests.cs (2)
5562Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(1, 64), 5699Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(1, 54),
Parsing\RecordParsing.cs (1)
1241Diagnostic(ErrorCode.ERR_UnexpectedSemicolon, ";").WithLocation(5, 15),