6 references to ERR_EndifDirectiveExpected
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1159or ErrorCode.ERR_EndifDirectiveExpected
Parser\DirectiveParser.cs (3)
165return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected); 188return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected); 229return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected);
Parser\Lexer.cs (1)
697this.AddError(ErrorCode.ERR_EndifDirectiveExpected);
Syntax\SyntaxFactory.cs (1)
2342case ErrorCode.ERR_EndifDirectiveExpected: