6 references to ERR_EndifDirectiveExpected
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1144or ErrorCode.ERR_EndifDirectiveExpected
Parser\DirectiveParser.cs (3)
173return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected); 196return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected); 237return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndifDirectiveExpected);
Parser\Lexer.cs (1)
678this.AddError(ErrorCode.ERR_EndifDirectiveExpected);
Syntax\SyntaxFactory.cs (1)
2342case ErrorCode.ERR_EndifDirectiveExpected: