13 references to ERR_ElseCannotStartStatement
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1982or ErrorCode.ERR_ElseCannotStartStatement
Parser\LanguageParser.cs (1)
9738this.EatToken(SyntaxKind.IfKeyword, ErrorCode.ERR_ElseCannotStartStatement),
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (6)
IOperation\IOperationTests_IIfStatement.cs (6)
931Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "").WithLocation(7, 6), 1036Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "").WithLocation(20, 14), 1108Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "").WithLocation(12, 28), 1190Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "").WithLocation(12, 20), 1208Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "").WithLocation(15, 14), 1395Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "").WithLocation(10, 30),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\StatementParsingTests.cs (5)
3597Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 1), 3651Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 3), 3669Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 11), 3755Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 23), 3838Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 8),