13 references to ERR_ElseCannotStartStatement
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1925case ErrorCode.ERR_ElseCannotStartStatement:
Parser\LanguageParser.cs (1)
8988this.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)
3596Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 1), 3650Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 3), 3668Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 11), 3754Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 23), 3837Diagnostic(ErrorCode.ERR_ElseCannotStartStatement, "else").WithLocation(1, 8),