6 references to ERR_EndifDirectiveExpected
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1173or ErrorCode.ERR_EndifDirectiveExpected
Parser\DirectiveParser.cs (3)
175return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected); 198return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected); 239return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected);
Parser\Lexer.cs (1)
677this.AddError(ErrorCode.ERR_EndifDirectiveExpected);
Syntax\SyntaxFactory.cs (1)
2390case ErrorCode.ERR_EndifDirectiveExpected: