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