3 references to ERR_InvalidLineNumber
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1231or ErrorCode.ERR_InvalidLineNumber
Parser\DirectiveParser.cs (2)
381line = this.EatToken(SyntaxKind.NumericLiteralToken, ErrorCode.ERR_InvalidLineNumber, reportError: isActive); 387line = this.AddError(line, ErrorCode.ERR_InvalidLineNumber);