6 references to ERR_EndRegionDirectiveExpected
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1152or ErrorCode.ERR_EndRegionDirectiveExpected
Parser\DirectiveParser.cs (3)
169return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndRegionDirectiveExpected); 192return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndRegionDirectiveExpected); 215return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndRegionDirectiveExpected);
Parser\Lexer.cs (1)
683this.AddError(ErrorCode.ERR_EndRegionDirectiveExpected);
Syntax\SyntaxFactory.cs (1)
2343case ErrorCode.ERR_EndRegionDirectiveExpected: