6 references to ERR_EndRegionDirectiveExpected
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (1)
1169or ErrorCode.ERR_EndRegionDirectiveExpected
Parser\DirectiveParser.cs (3)
165return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndRegionDirectiveExpected); 188return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndRegionDirectiveExpected); 211return this.AddError(SyntaxFactory.BadDirectiveTrivia(hash, keyword, eod, isActive), ErrorCode.ERR_EndRegionDirectiveExpected);
Parser\Lexer.cs (1)
702this.AddError(ErrorCode.ERR_EndRegionDirectiveExpected);
Syntax\SyntaxFactory.cs (1)
2343case ErrorCode.ERR_EndRegionDirectiveExpected: