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